Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crx

Package Overview
Dependencies
Maintainers
1
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 0.2.2 to 0.2.3

2

package.json

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

"description": "Build Google Chrome extensions with node.js",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/jed/crx",

@@ -8,0 +8,0 @@ "bin": {

@@ -11,3 +11,3 @@ var fs = require("fs")

if (this instanceof ChromeExtension) {
for (var name in attrs) this[name] = attrs.name
for (var name in attrs) this[name] = attrs[name]

@@ -14,0 +14,0 @@ this.path = join("/tmp", "crx-" + (Math.random() * 1e17).toString(36))

@@ -19,5 +19,5 @@ var fs = require("fs")

fs.writeFile(__dirname + "/myFirstExtension.crx", data)
this.destroy()
})
})
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