browserify-banner
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "browserify-banner", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Add a comment (and/or code) to the top of your Browserify bundle", | ||
@@ -18,17 +18,16 @@ "keywords": [ | ||
"name": "James Messinger", | ||
"url": "http://bigstickcarpet.com" | ||
"url": "http://jamesmessinger.com" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/BigstickCarpet/browserify-banner", | ||
"homepage": "https://github.com/James-Messinger/browserify-banner", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BigstickCarpet/browserify-banner.git" | ||
"url": "https://github.com/James-Messinger/browserify-banner.git" | ||
}, | ||
"main": "lib/index.js", | ||
"files": [ | ||
"bin", | ||
"lib" | ||
], | ||
"scripts": { | ||
"lint": "eslint bin lib test/fixtures test/specs --fix", | ||
"lint": "eslint lib test/fixtures test/specs --fix", | ||
"test": "mocha && npm run lint", | ||
@@ -41,23 +40,23 @@ "cover": "istanbul cover _mocha", | ||
"devDependencies": { | ||
"browserify": "^16.1.1", | ||
"browserify": "^16.2.2", | ||
"chai": "^4.0.2", | ||
"codacy-coverage": "^2.1.1", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-modular": "^4.1.2", | ||
"codacy-coverage": "^3.0.0", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.6.0", | ||
"eslint-config-modular": "^4.2.0", | ||
"exorcist": "^1.0.1", | ||
"istanbul": "^0.4.5", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^5.0.5", | ||
"npm-check": "^5.6.0", | ||
"mocha": "^5.2.0", | ||
"npm-check": "^5.9.0", | ||
"touch": "^3.1.0", | ||
"uglifyify": "^4.0.2", | ||
"version-bump-prompt": "^4.0.0" | ||
"uglifyify": "^5.0.1", | ||
"version-bump-prompt": "^4.1.0" | ||
}, | ||
"dependencies": { | ||
"convert-source-map": "^1.5.0", | ||
"lodash": "^4.17.4", | ||
"moment": "^2.22.0", | ||
"convert-source-map": "^1.6.0", | ||
"lodash": "^4.17.11", | ||
"moment": "^2.22.2", | ||
"offset-sourcemap-lines": "^1.0.1", | ||
"ono": "^4.0.0", | ||
"ono": "^4.0.8", | ||
"through2": "^2.0.3" | ||
@@ -64,0 +63,0 @@ }, |
@@ -5,3 +5,3 @@ Browserify Banner | ||
[![Build Status](https://api.travis-ci.org/BigstickCarpet/browserify-banner.svg?branch=master)](https://travis-ci.org/BigstickCarpet/browserify-banner) | ||
[![Build Status](https://api.travis-ci.org/James-Messinger/browserify-banner.svg?branch=master)](https://travis-ci.org/James-Messinger/browserify-banner) | ||
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/BigstickCarpet/browserify-banner?svg=true&branch=master&failingText=Windows%20build%20failing&passingText=Windows%20build%20passing)](https://ci.appveyor.com/project/BigstickCarpet/browserify-banner) | ||
@@ -12,3 +12,3 @@ | ||
[![Inline docs](http://inch-ci.org/github/BigstickCarpet/browserify-banner.svg?branch=master&style=shields)](http://inch-ci.org/github/BigstickCarpet/browserify-banner) | ||
[![Dependencies](https://david-dm.org/BigstickCarpet/browserify-banner.svg)](https://david-dm.org/BigstickCarpet/browserify-banner) | ||
[![Dependencies](https://david-dm.org/James-Messinger/browserify-banner.svg)](https://david-dm.org/James-Messinger/browserify-banner) | ||
@@ -150,3 +150,3 @@ [![npm](http://img.shields.io/npm/v/browserify-banner.svg)](https://www.npmjs.com/package/browserify-banner) | ||
-------------------------- | ||
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/BigstickCarpet/browserify-banner/issues) on GitHub and [submit a pull request](https://github.com/BigstickCarpet/browserify-banner/pulls). | ||
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/James-Messinger/browserify-banner/issues) on GitHub and [submit a pull request](https://github.com/James-Messinger/browserify-banner/pulls). | ||
@@ -157,3 +157,3 @@ #### Building | ||
1. __Clone this repo__<br> | ||
`git clone https://github.com/bigstickcarpet/browserify-banner.git` | ||
`git clone https://github.com/James-Messinger/browserify-banner.git` | ||
@@ -175,2 +175,1 @@ 2. __Install dependencies__<br> | ||
browserify-banner is 100% free and open-source, under the [MIT license](LICENSE). Use it however you want. | ||
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
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
15782
171
1
Updatedconvert-source-map@^1.6.0
Updatedlodash@^4.17.11
Updatedmoment@^2.22.2
Updatedono@^4.0.8