Socket
Socket
Sign inDemoInstall

crx

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crx - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

CHANGELOG.md

13

package.json

@@ -5,3 +5,4 @@ {

"description": "Build Google Chrome extensions with node.js",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"homepage": "https://github.com/oncletom/crx",

@@ -17,8 +18,11 @@ "bin": {

"engines": {
"node": ">=0.7.12",
"node": ">=0.10",
"iojs": ">=1.0.0 <2.0.0",
"npm": ">=1.4.6"
"npm": ">=2.13.0"
},
"scripts": {
"test": "node ./test/index.js"
"test": "node ./test/index.js",
"preversion": "npm test",
"version": "npm run changelog && git add CHANGELOG.md",
"changelog": "github-changes -o oncletom -r crx -n ${npm_package_version} -a --only-pulls --use-commit-body"
},

@@ -34,2 +38,3 @@ "dependencies": {

"devDependencies": {
"github-changes": "^1.0.0",
"sinon": "^1.12.1",

@@ -36,0 +41,0 @@ "tape": "^3.0.3"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc