New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openchemlib

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openchemlib - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

History.md

@@ -0,1 +1,7 @@

4.2.1 / 2016-04-20
==================
* toSVG now works correctly in core build
* warn that toSVG only works in a browser's window
4.2.0 / 2016-04-14

@@ -2,0 +8,0 @@ ==================

16

package.json
{
"name": "openchemlib",
"version": "4.2.0",
"version": "4.2.1",
"description": "Manipulate molecules",

@@ -13,3 +13,6 @@ "keywords": [

"copy:openchemlib": "gulp copy:openchemlib",
"build": "gulp build:min"
"build": "gulp build:min",
"build-core": "gulp build:min -m core",
"test": "mocha --require should --reporter mocha-better-spec-reporter",
"test-travis": "npm run build-core && npm run test"
},

@@ -34,7 +37,10 @@ "main": "dist/openchemlib-core.js",

"devDependencies": {
"fs-extra": "^0.26.5",
"fs-extra": "^0.28.0",
"gulp": "^3.9.1",
"gwt-api-exporter": "^1.1.6",
"minimist": "^1.2.0"
"gwt-api-exporter": "^1.1.8",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"mocha-better-spec-reporter": "^3.0.2",
"should": "^8.3.1"
}
}
# openchemlib-js
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![npm download][download-image]][download-url]
JavaScript interface with the [openchemlib](https://github.com/actelion/openchemlib) java library

@@ -49,1 +53,8 @@

[BSD-3-Clause](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/openchemlib.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/openchemlib
[travis-image]: https://img.shields.io/travis/cheminfo/openchemlib-js/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/cheminfo/openchemlib-js
[download-image]: https://img.shields.io/npm/dm/openchemlib.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/openchemlib

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc