Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "bsb-js", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "JS library wrapping BuckleScript build", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,3 @@ // @flow | ||
const getErrorRegex = /(File [\s\S]*?:\r?\n|Fatal )[eE]rror: [\s\S]*?(?=ninja|\r?\n\r?\n|$)/g | ||
const packageNotFoundRegex = /Package not found[\s\S]*?:?\r?\n[\s\S]*?[eE]rror:\s?[\s\S]*/g | ||
const getSuperErrorRegex = /We've found a bug for you![\s\S]*?(?=ninja: build stopped)/g | ||
@@ -42,2 +43,3 @@ const getWarningRegex = /((File [\s\S]*?Warning.+? \d+:)|Warning number \d+)[\s\S]*?(?=\[\d+\/\d+\]|$)/g | ||
err.match(getErrorRegex) || | ||
err.match(packageNotFoundRegex) || | ||
[] | ||
@@ -44,0 +46,0 @@ ).map(e => new Error(e)) |
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
6424
162
2