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

fis3-hook-node_modules

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-hook-node_modules - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

3

lib/browserify.js

@@ -42,3 +42,4 @@ var rRequireNull = /\brequire\s*\(\s*('|")this_should_be_null\1\s*\)/ig;

Object.keys(replaceVars).forEach(function (name) {
content = content.replace(name, replaceVars[name](file));
var reg = new RegExp(fis.util.escapeReg(name), 'g');
content = content.replace(reg, replaceVars[name](file));
});

@@ -45,0 +46,0 @@

{
"name": "fis3-hook-node_modules",
"version": "2.0.5",
"version": "2.0.6",
"description": "fis3 npm support",

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