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

browserify-requireify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-requireify - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

10

package.json
{
"name": "browserify-requireify",
"version": "0.1.1",
"version": "0.2.0",
"description": "Require any type of file when using browserify",

@@ -15,9 +15,9 @@ "keywords": [ "require", "browserify" ],

"dependencies": {
"through": "2.3.4"
"through": "2.3.6"
},
"devDependencies": {
"browserify": "5.11.0",
"mocha": "1.21.4",
"should": "4.0.4"
"browserify": "9.0.3",
"mocha": "2.1.0",
"should": "5.0.1"
}
}

@@ -5,3 +5,3 @@ # requireify

A [browserify](http://browserify.org/) transform for `require()`-ing non-JS
files.
files. Should work with browserify >= 5.x.x.

@@ -8,0 +8,0 @@ It accomplishes this by wrapping the contents of the file in a `module.exports = '<contents>'` block.

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