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

common-shakeify

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-shakeify - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

test/api.js

4

index.js

@@ -88,3 +88,5 @@ 'use strict'

Object.keys(row.deps).forEach((name) => {
analyzer.resolve(file, name, row.deps[name])
if (row.deps[name]) {
analyzer.resolve(file, name, row.deps[name])
}
})

@@ -91,0 +93,0 @@

{
"name": "common-shakeify",
"version": "0.4.1",
"version": "0.4.2",
"description": "browserify tree shaking plugin using @indutny common-shake",

@@ -5,0 +5,0 @@ "main": "index.js",

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