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

brfs

Package Overview
Dependencies
Maintainers
39
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.4.3 to 1.4.4

6

package.json
{
"name": "brfs",
"version": "1.4.3",
"version": "1.4.4",
"description": "browserify fs.readFileSync() static asset inliner",

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

"resolve": "^1.1.5",
"static-module": "^1.1.0",
"static-module": "^2.1.1",
"through2": "^2.0.0"

@@ -18,3 +18,3 @@ },

"browserify": "^4.2.0",
"concat-stream": "^1.4.5",
"concat-stream": "^1.6.0",
"tap": "~0.4.8",

@@ -21,0 +21,0 @@ "through": "^2.3.4"

@@ -14,8 +14,5 @@ var

module.exports = function () {
var
tag = document.createElement('style'),
content = document.createTextNode(style);
console.log(style);
};
tag.appendChild(content);
document.body.appendChild(tag);
};
module.exports();

@@ -18,6 +18,4 @@ var test = require('tap').test;

b.bundle(function (err, src) {
console.error("NOT PRESENTLY WORKING: with_comments.js");
t.ok(true, 'failing test');
// if (err) t.fail(err);
// vm.runInNewContext(src, { console: { log: log } });
if (err) t.fail(err);
vm.runInNewContext(src, { console: { log: log } });
});

@@ -24,0 +22,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