Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 0.1.3

test/undef.js

4

index.js

@@ -47,2 +47,6 @@ var fs = require('fs');

if (end !== undefined && end <= start) {
return nextTick(function () { cb(null, null) });
}
var found = false;

@@ -49,0 +53,0 @@ var line = null;

2

package.json
{
"name": "slice-file",
"version": "0.1.2",
"version": "0.1.3",
"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