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

slice-file

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slice-file - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

index.js

@@ -267,5 +267,7 @@ var fs = require('fs');

return tr.pipe(split()).pipe(through(function (line) {
var out = tr.pipe(split()).pipe(through(function (line) {
this.queue(line + '\n');
}));
tr.on('error', function (err) { out.emit('error', err) });
return out;

@@ -272,0 +274,0 @@ function onstat (err, stat) {

{
"name": "slice-file",
"version": "0.1.4",
"version": "0.1.5",
"description": "stream file slices by line number indexes",

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