Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docproc

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docproc - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

#package.json#

2

index.js

@@ -35,2 +35,4 @@ const bunyan = require('bunyan')

Spy // appease linter
const Tokeniser = exports.Tokeniser =

@@ -37,0 +39,0 @@ require('./pipeline/Tokeniser.js')

8

package.json
{
"name": "docproc",
"version": "0.0.1",
"version": "0.0.2",
"description": "A document processing pipeline",
"main": "index.js",
"scripts": {
"test": "tape test/test.js"
"test": "tape test/test.js && standard"
},

@@ -17,3 +17,4 @@ "repository": {

"pipeline",
"norch"
"norch",
"stream"
],

@@ -35,4 +36,5 @@ "author": "Fergus McDowall",

"bunyan": "^1.8.1",
"standard": "^8.3.0",
"tape": "^4.6.2"
}
}

Sorry, the diff of this file is not supported yet

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