grunt-notarize
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "grunt-notarize", | ||
"description": "Grunt plugin for notarizing macOS binaries using electron-notarize", | ||
"version": "1.0.1", | ||
"description": "Grunt plugin for notarizing macOS binaries using @electron/notarize", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/NielsLeenheer/grunt-notarize", | ||
@@ -36,9 +36,9 @@ "author": { | ||
], | ||
"dependencies": { | ||
"electron-notarize": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.11.0", | ||
"eslint-config-google": "^0.9.1" | ||
}, | ||
"dependencies": { | ||
"@electron/notarize": "^2.1.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
4408
+ Added@electron/notarize@^2.1.0
+ Added@electron/notarize@2.5.0(transitive)
+ Addederr-code@2.0.3(transitive)
+ Addedpromise-retry@2.0.1(transitive)
+ Addedretry@0.12.0(transitive)
- Removedelectron-notarize@^1.1.1
- Removedelectron-notarize@1.2.2(transitive)