+5
-0
@@ -0,1 +1,6 @@ | ||
| <a name="0.5.1"></a> | ||
| ## [0.5.1](https://github.com/cheminfo/RDKitjs/compare/v0.5.0...v0.5.1) (2018-03-07) | ||
| <a name="0.5.0"></a> | ||
@@ -2,0 +7,0 @@ # [0.5.0](https://github.com/cheminfo/RDKitjs/compare/v0.4.0...v0.5.0) (2018-03-06) |
+3
-4
@@ -7,6 +7,5 @@ 'use strict'; | ||
| const api = { | ||
| Mol | ||
| module.exports = { | ||
| Mol, | ||
| load: () => bindings.load() | ||
| }; | ||
| module.exports = bindings.load().then(() => api); |
+1
-1
| { | ||
| "name": "rdkit", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "description": "RDKit port to JS using emscripten", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
20
-9.09%1876341
-0.95%927
-23.33%