Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tmpltr", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Templating with mustache and YAML", | ||
"main": "index.js", | ||
"main": "bin.js", | ||
"type": "module", | ||
"bin": { | ||
"tmpltr": "./bin.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mxcd/tmpltr.git" | ||
}, | ||
"author": "maxpartenfelder@gmail.com", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mxcd/tmpltr/issues" | ||
}, | ||
"keywords": ["templating", "yaml"], | ||
"dependencies": { | ||
@@ -13,0 +24,0 @@ "js-yaml": "^4.1.0", |
@@ -1,9 +0,9 @@ | ||
# templater - templating files with mustache and YAML | ||
# tmpltr - templating files with mustache and YAML | ||
``` | ||
__ __ __ __ | ||
\ \ / /____ ____ ___ ____ / /___ _/ /____ _____ | ||
\ \ / __/ _ \/ __ `__ \/ __ \/ / __ `/ __/ _ \/ ___/ | ||
/ / / /_/ __/ / / / / / /_/ / / /_/ / /_/ __/ / | ||
/_/ \__/\___/_/ /_/ /_/ .___/_/\__,_/\__/\___/_/ | ||
/_/ | ||
__ __ ____ | ||
\ \ / /_____ ___ ____ / / /______ | ||
\ \ / __/ __ `__ \/ __ \/ / __/ ___/ | ||
/ / / /_/ / / / / / /_/ / / /_/ / | ||
/_/ \__/_/ /_/ /_/ .___/_/\__/_/ | ||
/_/ | ||
``` |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2349
0
15
0
0
Yes