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

grunt-fs-inline

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-fs-inline - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "grunt-fs-inline",
"version": "0.0.2",
"version": "0.0.3",
"description": "A plugin that makes the brfs transform usable without browserify.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/grunt-fs-inline",

@@ -35,3 +35,3 @@ var dirname = require("path").dirname;

ts = brfs(f.src, options.brfs);
ws = fs.createWriteStream(f.dest, {flags: "a"});
ws = fs.createWriteStream(f.dest);
rs.pipe(ts).pipe(ws).on("finish", function(error) {

@@ -38,0 +38,0 @@

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