New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rdkit

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdkit - npm Package Compare versions

Comparing version
0.5.0
to
0.5.1
+5
-0
History.md

@@ -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);
{
"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