@hpcc-js/util
Advanced tools
Comparing version 0.0.49 to 0.0.50
{ | ||
"name": "@hpcc-js/util", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "hpcc-js - Utilities", | ||
"main": "build/util.js", | ||
"module": "lib/index", | ||
"unpkg": "build/util.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": [ | ||
@@ -15,9 +15,9 @@ "build/*", | ||
"clean": "rimraf lib* && rimraf build", | ||
"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/util.js -c -m --source-map -o build/util.min.js", | ||
"build": "npm run compile && 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 bundle-es6 && npm run bundle-umd", | ||
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
@@ -33,4 +33,4 @@ "lint": "tslint --project . src/**/*.ts", | ||
"concurrently": "3.5.0", | ||
"rimraf": "2.6.1", | ||
"rollup": "0.51.7", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.52.1", | ||
"rollup-plugin-commonjs": "8.2.6", | ||
@@ -37,0 +37,0 @@ "rollup-plugin-node-resolve": "3.0.0", |
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
583416
5065
7
16