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

gulp-file-contents-to-keys

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-file-contents-to-keys - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

index.js

@@ -0,1 +1,4 @@

// by Yair-Even-Or
// v1.0.1
var through2 = require('through2'),

@@ -68,2 +71,2 @@ gutil = require('gulp-util'),

return through2.obj(iterateFile, iterationResult);
};
};

2

package.json
{
"version" : "1.0.1",
"version" : "1.0.2",
"name" : "gulp-file-contents-to-keys",

@@ -4,0 +4,0 @@ "description" : "convert files into key/value objects where key is filename, value is the content",

@@ -5,3 +5,3 @@

### [NPM package pagh](https://www.npmjs.com/package/gulp-file-contents-to-keys)
### [NPM package page](https://www.npmjs.com/package/gulp-file-contents-to-keys)

@@ -8,0 +8,0 @@ Input some files, outputs a javascript Object with **keys** as file names and **values** as their content (escaped string)

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