compilerr
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -12,4 +12,4 @@ 'use strict'; | ||
test: [ | ||
'mochaTest:test', | ||
'mochaTest:test' | ||
] | ||
}; |
{ | ||
"author": "Christoph Guttandin", | ||
"dependencies": { | ||
"indefinite-article.js": "chrisguttandin/indefinite-article.js" | ||
"indefinite-article": "0.0.2" | ||
}, | ||
@@ -21,2 +21,3 @@ "description": "A kind of templating system to compile errors.", | ||
}, | ||
"homepage": "https://github.com/chrisguttandin/compilerr", | ||
"keywords": [ | ||
@@ -28,3 +29,2 @@ "error", | ||
"license": "MIT", | ||
"homepage": "https://github.com/chrisguttandin/compilerr", | ||
"main": "src/module.js", | ||
@@ -39,3 +39,3 @@ "name": "compilerr", | ||
}, | ||
"version": "0.3.4" | ||
"version": "0.3.5" | ||
} |
'use strict'; | ||
var indefiniteArticle = require('indefinite-article.js'); | ||
var indefiniteArticle = require('indefinite-article'); | ||
@@ -5,0 +5,0 @@ function applyModifiers(variable, modifiers) { |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
0
12724
+ Addedindefinite-article@0.0.2
+ Addedindefinite-article@0.0.2(transitive)
- Removedindefinite-article.js@chrisguttandin/indefinite-article.js