@hpcc-js/html
Advanced tools
Comparing version 0.0.68 to 0.0.69
{ | ||
"name": "@hpcc-js/html", | ||
"version": "0.0.68", | ||
"version": "0.0.69", | ||
"description": "hpcc-js - Viz HTML", | ||
"main": "build/index.js", | ||
"module": "build/index.es6", | ||
"unpkg": "build/index.min.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es6", | ||
"unpkg": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"build/*", | ||
"dist/*", | ||
"types/*", | ||
@@ -15,3 +15,3 @@ "src/*.css" | ||
"scripts": { | ||
"clean": "rimraf lib* && rimraf types && rimraf build", | ||
"clean": "rimraf lib* && rimraf types && rimraf dist", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
@@ -21,3 +21,3 @@ "compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
"bundle-watch": "npm run bundle -- -w", | ||
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js", | ||
"minimize": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
@@ -29,6 +29,6 @@ "watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
"dependencies": { | ||
"@hpcc-js/common": "^0.0.68" | ||
"@hpcc-js/common": "^0.0.69" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/preact-shim": "^0.0.52", | ||
"@hpcc-js/preact-shim": "^0.0.53", | ||
"concurrently": "3.5.0", | ||
@@ -35,0 +35,0 @@ "d3-selection": "1.1.0", |
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
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
2495
309133
3
1
+ Added@hpcc-js/common@0.0.69(transitive)
+ Added@hpcc-js/util@0.0.67(transitive)
- Removed@hpcc-js/common@0.0.68(transitive)
- Removed@hpcc-js/util@0.0.66(transitive)
Updated@hpcc-js/common@^0.0.69