Socket
Socket
Sign inDemoInstall

strtok3

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strtok3 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

lib/AbstractTokenizer.js

@@ -36,2 +36,1 @@ "use strict";

exports.AbstractTokenizer = AbstractTokenizer;
//# sourceMappingURL=AbstractTokenizer.js.map

@@ -91,2 +91,1 @@ "use strict";

exports.FileTokenizer = FileTokenizer;
//# sourceMappingURL=FileTokenizer.js.map

@@ -58,2 +58,1 @@ "use strict";

exports.fromFile = fromFile;
//# sourceMappingURL=index.js.map

@@ -70,2 +70,1 @@ "use strict";

exports.ReadStreamTokenizer = ReadStreamTokenizer;
//# sourceMappingURL=ReadStreamTokenizer.js.map

13

package.json
{
"name": "strtok3",
"version": "1.1.0",
"version": "1.1.1",
"description": "A promise based streaming tokenizer",

@@ -10,5 +10,7 @@ "author": {

"scripts": {
"compile": "tsc",
"compile-src": "tsc -p src",
"compile-test": "tsc -p test",
"compile": "npm run compile-src && npm run compile-test",
"prepare": "npm run compile",
"lint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"lint": "tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"test": "mocha --require ts-node/register test",

@@ -40,3 +42,2 @@ "cover-test": "nyc npm run test",

"coveralls": "^2.13.1",
"debug": "^2.6.8",
"mocha": "^3.5.0",

@@ -51,4 +52,4 @@ "nyc": "^11.1.0",

"fs-extra": "^4.0.1",
"then-read-stream": "^0.9.2",
"token-types": "^0.1.2"
"then-read-stream": "^0.9.3",
"token-types": "^0.9.0"
},

@@ -55,0 +56,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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