Socket
Socket
Sign inDemoInstall

parse-listing

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "parse-listing",
"id": "parse-listing",
"version": "1.0.0",
"version": "1.0.1",
"description": "Small library to parse file listings into JavaScript objects",

@@ -32,3 +32,3 @@ "keywords": [

},
"main": "./parser.js",
"main": "src/parser.js",
"engines": {

@@ -35,0 +35,0 @@ "node": ">=0.6.21"

@@ -64,3 +64,3 @@ ## parse-listing [![Build Status](https://secure.travis-ci.org/sergi/parse-listing.png)](http://travis-ci.org/sergi/parse-listing)

### parseEntries(string|array, callback)
### parseEntries(string | array, callback)

@@ -77,3 +77,3 @@ Asynchronously parses a list of entries either in a single string (entries will

and returns the JavaScript object for it. There is no need to specif whether the
and returns the JavaScript object for it. There is no need to specify whether the
entry is in UNIX or MS-DOS/Windows format. The parser will find out by itself.

@@ -80,0 +80,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc