electron-installer-codesign
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -39,2 +39,4 @@ /* eslint no-console:0 */ | ||
'--force', | ||
'--options', | ||
'runtime', | ||
src | ||
@@ -41,0 +43,0 @@ ]; |
{ | ||
"name": "electron-installer-codesign", | ||
"description": "Sign your electron apps on OSX.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)", | ||
@@ -24,3 +24,3 @@ "homepage": "http://github.com/mongodb-js/electron-installer-codesign", | ||
"dependencies": { | ||
"async": "^1.5.0", | ||
"async": "^2.1.2", | ||
"chalk": "^1.1.1", | ||
@@ -30,4 +30,4 @@ "debug": "^2.2.0", | ||
"electron-installer-run": "^0.1.0", | ||
"figures": "^1.4.0", | ||
"glob": "^6.0.1", | ||
"figures": "^2.0.0", | ||
"glob": "^7.1.1", | ||
"minimist": "^1.2.0" | ||
@@ -37,4 +37,4 @@ }, | ||
"devDependencies": { | ||
"eslint-config-mongodb-js": "^1.0.6", | ||
"mocha": "^2.3.4", | ||
"eslint-config-mongodb-js": "^2.2.0", | ||
"mocha": "^3.1.2", | ||
"mongodb-js-fmt": "0.0.3", | ||
@@ -41,0 +41,0 @@ "mongodb-js-precommit": "^0.2.8", |
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
216
0
20228
6
+ Addedasync@2.6.4(transitive)
+ Addedfigures@2.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
- Removedasync@1.5.2(transitive)
- Removedfigures@1.7.0(transitive)
- Removedglob@6.0.4(transitive)
Updatedasync@^2.1.2
Updatedfigures@^2.0.0
Updatedglob@^7.1.1