Comparing version 0.1.1 to 0.1.2
@@ -6,3 +6,3 @@ { | ||
"author": "Percy Wegmann", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"licenses": [{ | ||
@@ -9,0 +9,0 @@ "type": "LGPL", |
@@ -65,4 +65,4 @@ /*! | ||
for (var i = 0; i < words.length; i++) { | ||
word = ret[i]; | ||
// rule 1: DT, {VBD | VBP} --> DT, NN | ||
var word = ret[i]; | ||
// rule 1: DT, {VBD | VBP} --> DT, NN | ||
if (i > 0 && ret[i - 1] == "DT") { | ||
@@ -69,0 +69,0 @@ if (word == "VBD" || |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
4035588
0
1