New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

abrowserify

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

abrowserify - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

lib/abrowserify.js

@@ -16,2 +16,3 @@ /**

const co = require('co')
const aglob = require('aglob')
const defaults = require('defaults')

@@ -35,2 +36,3 @@ const fs = require('fs')

let reflects = options.reflects || []
reflects = yield aglob(reflects)

@@ -37,0 +39,0 @@ delete options.cache

7

package.json
{
"name": "abrowserify",
"version": "1.0.10",
"version": "1.0.11",
"description": "Bundle with browserify only when file changed from last time",

@@ -25,4 +25,5 @@ "main": "lib",

"dependencies": {
"aglob": "^1.0.1",
"akv": "^1.0.16",
"akv-status": "^1.0.2",
"akv-status": "^1.0.5",
"asfs": "^1.0.5",

@@ -51,2 +52,2 @@ "browserify": "^13.0.1",

}
}
}
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