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.2.0 to 1.2.1

11

package.json
{
"name": "chemicaltools",
"version": "1.2.0",
"version": "1.2.1",
"description": "Chemical Tools for Chemistry students.",

@@ -9,4 +9,9 @@ "main": "src/index.js",

"coverage": "nyc report --reporter=text-lcov > y && codecov",
"build": "webpack -p --progress"
"build": "webpack -p --progress && bundlesize"
},
"bundlesize": [
{
"path": "./dist/main.js"
}
],
"repository": {

@@ -33,3 +38,2 @@ "type": "git",

"@babel/preset-env": "7.4.3",
"@packtracker/webpack-plugin": "2.0.1",
"@semantic-release/git": "7.0.8",

@@ -39,2 +43,3 @@ "@webpack-cli/init": "0.1.5",

"babel-plugin-syntax-dynamic-import": "6.18.0",
"bundlesize": "^0.17.1",
"codecov": "3.3.0",

@@ -41,0 +46,0 @@ "full-icu": "1.2.1",

@@ -29,3 +29,2 @@ const webpack = require('webpack')

const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const PacktrackerPlugin = require('@packtracker/webpack-plugin')

@@ -76,11 +75,2 @@

},
plugins: [
new PacktrackerPlugin({
project_token: 'b308e0d4-97f4-4e5b-9fc5-5bc5e148ba06',
upload: true,
fail_build: true,
branch: process.env.TRAVIS_BRANCH || "master",
})
]
}
}

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