Openmined-psi

Latest version: v2.0.5

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.2.3

Feat:

- Include TypeScript declarations inside the bundle to support TS environments
- Reduce the numbed of JS bundles by using `umd` in rollup. No more `cjs`,
`iife` or `es` as it is not necessary.

Breaking:

- Deep import links now use a single file structure instead of nested folders

0.2.2

Feat:

- Added support for React Native with WebAssembly

Minor breaking:

- Deep import links have changed to include another level specifying the
environment, `node`, `web`, or `worker`.

0.2.1

JS

Fix:

- There was a misconfiguration in rollup which did not properly bundle protocol
buffers for the browser.

Breaking:

- Deep import links have changed to now support `cjs`, `iife`, and `es`.
Notably, `umd` has been removed and superceeded by `cjs` and `iife` due to the
fix above. Users will need to specify the deep import paths for nodejs (`cjs`)
and the browser (`iife` or `es`) instead of relying on the previous `umd`
build.

0.2.0

Feat:

- Implemented protocol buffers for data-marshaling for all languages

0.1.0

Initial release!

Feat:

- Data is passed between client and server as json strings for all languages

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.