@coorpacademy/components
Advanced tools
Comparing version 1.0.8 to 2.0.0
{ | ||
"name": "@coorpacademy/components", | ||
"version": "1.0.8", | ||
"version": "2.0.0", | ||
"description": "Component library for web front ends", | ||
"main": "lib/components/index.js", | ||
"scripts": { | ||
"start": "npm run build:bundle && babel-node sandbox/index.js", | ||
"build": "npm run build:commonjs && npm run build:browser", | ||
"build:commonjs": "npm run build:bundle && npm run clean:commonjs && BABEL_ENV=production babel src --out-dir lib -s", | ||
"build:browser": "npm run build:bundle && npm run clean:browser && webpack", | ||
"build:dev-mooc": "npm run build:bundle && npm run clean:browser && webpack --config webpack-dev-mooc.config.js", | ||
"build:bundle": "babel-node src/util/generate-bundle.js", | ||
"start": "babel-node src/@coorpacademy/sandbox/index.js", | ||
"build:dev-mooc": "npm run clean:browser && webpack --config webpack-dev-mooc.config.js", | ||
"build": "npm run clean && webpack --config webpack.config.js", | ||
"prepublish": "npm run build", | ||
@@ -21,4 +18,4 @@ "clean": "npm run clean:commonjs & npm run clean:browser & npm run clean:cov & wait", | ||
"ava": "BABEL_ENV=test ava", | ||
"nyc": "BABEL_ENV=test nyc ava --reporter=text --reporter=lcov", | ||
"coveralls": "BABEL_ENV=test nyc report --reporter=text-lcov | coveralls" | ||
"nyc": "nyc npm run ava", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -39,3 +36,3 @@ "contributors": [ | ||
"autoprefixer": "^6.3.3", | ||
"ava": "^0.15.2", | ||
"ava": "^0.16.0", | ||
"babel-cli": "^6.11.4", | ||
@@ -48,3 +45,3 @@ "babel-core": "^6.11.4", | ||
"babel-plugin-transform-react-jsx": "^6.6.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-es2015": "^6.13.0", | ||
"babel-preset-stage-1": "^6.5.0", | ||
@@ -86,2 +83,6 @@ "babel-register": "^6.11.6", | ||
], | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
], | ||
"exclude": [ | ||
@@ -100,9 +101,7 @@ "src/bundle*", | ||
"api-check": "^7.5.5", | ||
"d3": "^3.5.16", | ||
"react": "^15.0.2", | ||
"react-dom": "^15.3.0", | ||
"snabbdom": "^0.5.1", | ||
"virtual-dom": "^2.1.1", | ||
"nvd3": "^1.8.2" | ||
"virtual-dom": "^2.1.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
5
1
2
150281
5
347
- Removedd3@^3.5.16
- Removednvd3@^1.8.2
- Removedd3@3.5.17(transitive)
- Removednvd3@1.8.6(transitive)