🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@rdkit/rdkit

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rdkit/rdkit - npm Package Compare versions

Comparing version

to
2023.9.1-1.0.0

6

package.json
{
"name": "@rdkit/rdkit",
"version": "2023.3.3-1.0.0",
"version": "2023.9.1-1.0.0",
"description": "JavaScript distribution of cheminformatics functionality from the RDKit - a C++ library for cheminformatics.",

@@ -21,3 +21,3 @@ "main": "dist/RDKit_minimal.js",

"angular:start": "cd examples/angular && npm run start",
"angular:build": "cd examples/angular && mv ../../node_modules/bulma node_modules/bulma && npm run build",
"angular:build": "cd examples/angular && npm run build",
"react:build": "cd examples/react && PUBLIC_URL='' npm run build",

@@ -67,5 +67,5 @@ "react:start": "cd examples/react && npm run start",

"serve": "^14.1.2",
"typedoc": "^0.24.7",
"typedoc": "^0.25.1",
"typescript": "^4.8.4"
}
}

@@ -49,3 +49,3 @@ <br />

| API Docs | [docs.rdkitjs.com](https://docs.rdkitjs.com/) | [@adam-of-barrot](https://github.com/adam-of-barot), [@MichelML](https://github.com/MichelML) |
| WASM Module | [see source code](https://github.com/rdkit/rdkit/tree/master/Code/MinimalLib) | [@ptosco](https://github.com/ptosco) |
| WASM Module | [source code](https://github.com/rdkit/rdkit/tree/master/Code/MinimalLib) | [@ptosco](https://github.com/ptosco) |

@@ -119,7 +119,7 @@ </div>

**NOTE: By default, both files must be copied at the same location in your deployed assets for the library to work properly.**. If you need the `RDKIT_minimal.wasm` file to be loaded from another location, use the `locateFile` option when invoking `initRDKitModule`.
**NOTE:** By default, both files must be copied at the same location in your deployed assets for the library to work properly. If you need the `RDKIT_minimal.wasm` file to be loaded from another location, use the `locateFile` option when invoking `initRDKitModule`.
```js
// Load the RDKit WASM module from a specific path on your server.
window.initRDKitModule({ locateFile: () => '/path/to/RDKit_minimal.wasm' }).then();
window.initRDKitModule({ locateFile: () => '/path/to/RDKit_minimal.wasm' }).then(/* ... */);
```

@@ -263,1 +263,2 @@

- Michel Moreau [@MichelML](https://github.com/MichelML) & the RDKit community

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet