@hpcc-js/common
Advanced tools
Comparing version 0.0.51 to 0.0.52
{ | ||
"name": "@hpcc-js/common", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "hpcc-js - Viz Common", | ||
"main": "build/common.js", | ||
"module": "lib/index", | ||
"unpkg": "build/common.min.js", | ||
"types": "lib/index.d.ts", | ||
"main": "build/index.js", | ||
"module": "build/index.es6", | ||
"unpkg": "build/index.min.js", | ||
"types": "lib-es6/index.d.ts", | ||
"files": [ | ||
@@ -18,9 +18,9 @@ "build/*", | ||
"copy-resources": "cpx \"../../node_modules/font-awesome/fonts/*\" \"./font-awesome/fonts\" && cpx \"../../node_modules/font-awesome/css/*\" \"./font-awesome/css\"", | ||
"compile": "tsc --module esnext --outDir ./lib", | ||
"compile-watch": "npm run compile -- -w", | ||
"compile-umd": "tsc", | ||
"bundle": "rollup -c", | ||
"bundle-watch": "npm run bundle -- -w", | ||
"minimize": "uglifyjs build/common.js -c -m --source-map -o build/common.min.js", | ||
"build": "npm run compile && npm run copy-resources && npm run bundle", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
"compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
"bundle-es6": "rollup -c -f es -o build/index.es6.js", | ||
"bundle-umd": "rollup -c -f umd -o build/index.js", | ||
"bundle-watch": "npm run bundle-es6 -- -w", | ||
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js", | ||
"build": "npm run compile-es6 && npm run copy-resources && npm run bundle-es6 && npm run bundle-umd", | ||
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
@@ -31,3 +31,3 @@ "lint": "tslint --project . src/**/*.ts", | ||
"dependencies": { | ||
"@hpcc-js/util": "^0.0.49", | ||
"@hpcc-js/util": "^0.0.50", | ||
"colorbrewer": "1.0.0", | ||
@@ -54,4 +54,4 @@ "d3-array": "1.2.1", | ||
"cpx": "1.5.0", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.51.7", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.52.1", | ||
"rollup-plugin-alias": "1.4.0", | ||
@@ -58,0 +58,0 @@ "rollup-plugin-commonjs": "8.2.6", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4302924
23670
27
21
9
+ Added@hpcc-js/util@0.0.50(transitive)
- Removed@hpcc-js/util@0.0.49(transitive)
Updated@hpcc-js/util@^0.0.50