@livechat/url-utils
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@livechat/url-utils", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "URL utility functions", | ||
@@ -10,21 +10,18 @@ "contributors": [ | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"files": ["lib", "es"], | ||
"main": "./dist/url-utils.cjs.js", | ||
"module": "./dist/url-utils.esm.js", | ||
"types": "./types", | ||
"files": ["dist", "types"], | ||
"keywords": ["url", "utils"], | ||
"dependencies": { | ||
"@livechat/data-utils": "^0.2.5" | ||
"@livechat/data-utils": "^0.2.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-typescript": "^7.1.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.4.2", | ||
"concurrently": "^3.6.1", | ||
"cross-env": "^5.0.0", | ||
"jest": "^23.6.0", | ||
@@ -35,15 +32,8 @@ "lerna-alias": "3.0.3-0", | ||
"rollup-plugin-babel": "^4.0.1", | ||
"rollup-plugin-commonjs": "^8.2.1", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-replace": "^1.1.1", | ||
"rollup-plugin-uglify": "^2.0.1" | ||
"typescript": "^3.4.1" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf es lib dist", | ||
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/url-utils.min.js", | ||
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/url-utils.js", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --ignore *.test.js --out-dir lib", | ||
"build:es": "cross-env BABEL_ENV=es babel src --ignore *.test.js --out-dir es", | ||
"build": "concurrently \"npm:build:*\"", | ||
"watch": "npm run build:es -- --watch", | ||
"prebuild": "rimraf dist types", | ||
"build": "rollup -c && tsc", | ||
"test": "jest", | ||
@@ -50,0 +40,0 @@ "prepare": "npm run build", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
14
5494
3
118
2
Updated@livechat/data-utils@^0.2.7