Comparing version 7.0.0-alpha.7 to 7.0.0-alpha.8
{ | ||
"name": "strtok3", | ||
"version": "7.0.0-alpha.7", | ||
"version": "7.0.0-alpha.8", | ||
"description": "A promise based streaming tokenizer", | ||
@@ -37,3 +37,2 @@ "author": { | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
@@ -45,3 +44,4 @@ "exports": { | ||
}, | ||
"./core": "./lib/core.js" | ||
"./core": "./lib/core.js", | ||
"./lib/core": "./lib/core.js" | ||
}, | ||
@@ -48,0 +48,0 @@ "types": "lib/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49612