Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "uuidv4", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "uuid creates UUIDs.", | ||
@@ -15,3 +15,3 @@ "contributors": [ | ||
], | ||
"main": "lib/uuidv4.js", | ||
"main": "dist/uuidv4.js", | ||
"dependencies": { | ||
@@ -21,18 +21,6 @@ "sha-1": "0.1.1" | ||
"devDependencies": { | ||
"assertthat": "0.8.0", | ||
"roboter": "0.13.5", | ||
"roboter-server": "0.13.5" | ||
"assertthat": "0.8.3", | ||
"roboter": "0.14.6", | ||
"roboter-server": "0.14.6" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
[ | ||
"babelify", | ||
{ | ||
"presets": [ | ||
"es2015" | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"repository": { | ||
@@ -39,0 +27,0 @@ "type": "git", |
@@ -9,5 +9,48 @@ 'use strict'; | ||
task('universal/analyze', { | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js' ] | ||
src: [ '**/*.js', '!node_modules/**/*.js', '!coverage/**/*.js', '!dist/**/*.js' ] | ||
}); | ||
task('universal/release', { | ||
createDistribution: true | ||
}); | ||
task('universal/license', { | ||
compatible: [ | ||
// Individual licenses | ||
'Apache-2.0', 'Apache-2.0*', | ||
'BSD-2-Clause', 'BSD-3-Clause', | ||
'ISC', | ||
'MIT', 'MIT*', 'MIT/X11', | ||
'MIT Licensed. http://www.opensource.org/licenses/mit-license.php', | ||
'Public Domain', | ||
'Unlicense', | ||
// Combined licenses | ||
'(Apache-2.0 OR MPL-1.1)', | ||
'BSD-3-Clause OR MIT', | ||
'(MIT AND CC-BY-3.0)', | ||
'(WTFPL OR MIT)' | ||
], | ||
ignore: { | ||
// BSD-3-Clause, see https://github.com/deoxxa/duplexer2/blob/0.0.2/LICENSE.md | ||
duplexer2: '0.0.2', | ||
// MIT, see https://github.com/mklabs/node-fileset/blob/v0.2.1/LICENSE-MIT | ||
fileset: '0.2.1', | ||
// MIT, https://github.com/tarruda/has/blob/1.0.1/package.json | ||
has: '1.0.1', | ||
// BSD-2-Clause, see https://github.com/facebook/regenerator/blob/e22c9317987ebcf4041e9188cb208b94f662df35/LICENSE | ||
'regenerator-transform': '0.9.8', | ||
// BSD-2-Clause, see https://github.com/jviereck/regjsparser/blob/0.1.5/LICENSE.BSD | ||
regjsparser: '0.1.5', | ||
// MIT, see https://github.com/eugeneware/unique-stream/blob/v1.0.0/LICENSE | ||
'unique-stream': '1.0.0' | ||
} | ||
}); | ||
}). | ||
start(); |
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
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
8371
9
154
0