Socket
Socket
Sign inDemoInstall

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.4.2 to 0.4.3

2

package.json

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

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

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

var fs = require("fs")
, join = require("path").join
, path = require("path")
, join = path.join
, sep = require("path").sep

@@ -25,3 +26,3 @@ , crypto = require("crypto")

this.destroy = function() {
wrench.rmdirSyncRecursive(this.path)
wrench.rmdirSyncRecursive(path.dirname(this.path))
}

@@ -28,0 +29,0 @@

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