universal-url
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "universal-url", | ||
"description": "WHATWG URL for Node & Browser.", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -11,14 +11,14 @@ "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)", | ||
"hasurl": "^1.0.0", | ||
"whatwg-url": "^6.5.0" | ||
"whatwg-url": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-preset-env": "^1.7.0", | ||
"babelify": "^8.0.0", | ||
"browserify": "^16.2.2", | ||
"chai": "^4.1.2", | ||
"common-shakeify": "~0.5.0", | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.1.6", | ||
"babelify": "^10.0.0", | ||
"browserify": "^16.2.3", | ||
"chai": "^4.2.0", | ||
"common-shakeify": "~0.5.2", | ||
"gzip-size-cli": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"puppeteer": "^1.6.1", | ||
"puppeteer": "^1.10.0", | ||
"rimraf": "^2.6.2", | ||
@@ -32,3 +32,3 @@ "uglify-es": "^3.3.9" | ||
"posttest": "uglifyjs browser-built.js --compress --mangle --output=browser-built.js && gzip-size browser-built.js && rimraf browser-built.js", | ||
"pretest": "browserify browser.js --global-transform [ babelify --presets [ env ] ] --plugin=common-shakeify --standalone=UniversalURL --outfile=browser-built.js", | ||
"pretest": "browserify browser.js --global-transform [ babelify --presets [ @babel/env ] ] --plugin=common-shakeify --standalone=UniversalURL --outfile=browser-built.js", | ||
"test": "mocha test --check-leaks --globals=URL,URLSearchParams --bail" | ||
@@ -35,0 +35,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
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
4921
+ Addedwhatwg-url@7.1.0(transitive)
- Removedwhatwg-url@6.5.0(transitive)
Updatedwhatwg-url@^7.0.0