browserify-banner
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "browserify-banner", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Add a comment (and/or code) to the top of your Browserify bundle", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"test": "mocha && npm run lint", | ||
"coverage": "nyc --reporter=text --reporter=lcov mocha", | ||
"coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha", | ||
"upgrade": "npm-check -u && npm link browserify-banner", | ||
@@ -42,8 +42,8 @@ "bump": "bump --tag --push --all", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.6", | ||
"eslint": "^6.2.2", | ||
"coveralls": "^3.0.7", | ||
"eslint": "^6.6.0", | ||
"eslint-config-modular": "^7.0.1", | ||
"exorcist": "^1.0.1", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^6.2.0", | ||
"mocha": "^6.2.2", | ||
"npm-check": "^5.9.0", | ||
@@ -56,7 +56,7 @@ "nyc": "^14.1.1", | ||
"dependencies": { | ||
"convert-source-map": "^1.6.0", | ||
"convert-source-map": "^1.7.0", | ||
"lodash": "^4.17.15", | ||
"moment": "^2.24.0", | ||
"offset-sourcemap-lines": "^1.0.1", | ||
"ono": "^5.0.2", | ||
"ono": "^5.1.0", | ||
"through2": "^3.0.1" | ||
@@ -63,0 +63,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
15647
Updatedconvert-source-map@^1.7.0
Updatedono@^5.1.0