chemicaltools
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
527947
0
1717