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

brfs

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brfs - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

test/files/path_join_other_name.js

2

index.js

@@ -27,3 +27,3 @@ var staticModule = require('static-module');

},
{ vars: vars }
{ vars: vars, varModules: { path: path } }
);

@@ -30,0 +30,0 @@ return sm;

{
"name": "brfs",
"version": "1.2.0",
"version": "1.3.0",
"description": "browserify fs.readFileSync() static asset inliner",

@@ -11,3 +11,3 @@ "main": "index.js",

"quote-stream": "~0.0.0",
"static-module": "^1.0.0",
"static-module": "^1.1.0",
"through2": "~0.4.1"

@@ -14,0 +14,0 @@ },

@@ -10,3 +10,3 @@ var test = require('tap').test;

if (false) test('path.join', function (t) {
test('path.join', function (t) {
t.plan(1);

@@ -13,0 +13,0 @@

Sorry, the diff of this file is not supported yet

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