Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chemicaltools

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemicaltools - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

.yo-rc.json

18

package.json
{
"name": "chemicaltools",
"version": "1.0.15",
"version": "1.0.16",
"description": "Chemical Tools for Chemistry students.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "NODE_ICU_DATA='node_modules/full-icu' nyc mocha test/test",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
"coverage": "nyc report --reporter=text-lcov > y && codecov",
"build": "webpack -p --progress"
},

@@ -29,7 +30,16 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@packtracker/webpack-plugin": "^2.0.0",
"@webpack-cli/init": "^0.1.3",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"codecov": "3.2.0",
"full-icu": "1.2.1",
"mocha": "6.0.2",
"nyc": "13.3.0"
"nyc": "13.3.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}

@@ -36,3 +36,3 @@ # chemicaltools-js

```html
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chemicaltools@latest/dist/index.js"></script>
```

@@ -39,0 +39,0 @@

@@ -1,2 +0,2 @@

chemicaltools = require('../index')
chemicaltools = require('../src/index')

@@ -3,0 +3,0 @@ describe('Chemical Tools', function () {

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