copyright-header
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.4.2"></a> | ||
## [0.4.2](https://github.com/shybyte/copyright-header/compare/v0.4.0...v0.4.2) (2018-08-06) | ||
<a name="0.4.1"></a> | ||
@@ -7,0 +12,0 @@ ## [0.4.1](https://github.com/shybyte/copyright-header/compare/v0.4.0...v0.4.1) (2018-08-06) |
{ | ||
"name": "copyright-header", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Validate, add and update copyright headers automatically, based on the git history.", | ||
"bin": { | ||
"copyright-header": "build/main/src/cli.js" | ||
"copyright-header": "build/main/cli.js" | ||
}, | ||
"main": "build/main/src/index.js", | ||
"typings": "build/main/src/index.d.ts", | ||
"main": "build/main/index.js", | ||
"typings": "build/main/index.d.ts", | ||
"module": "build/module/index.js", | ||
@@ -25,7 +25,7 @@ "files": [ | ||
"fix:tslint": "tslint --fix --project .", | ||
"fix:copyright": "node build/main/src/cli.js --fix --copyrightHolder \"Marco Stahl\" --include src --exclude \"src/cli.ts\"", | ||
"fix:copyright": "node build/main/cli.js --fix --copyrightHolder \"Marco Stahl\" --include src --exclude \"src/cli.ts\"", | ||
"test": "run-s build test:*", | ||
"test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different", | ||
"test:unit": "nyc --silent ava", | ||
"test:copyright": "node build/main/src/cli.js --copyrightHolder \"Marco Stahl\" --include src --exclude \"src/cli.ts\"", | ||
"test:copyright": "node build/main/cli.js --copyrightHolder \"Marco Stahl\" --include src --exclude \"src/cli.ts\"", | ||
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"", | ||
@@ -45,3 +45,3 @@ "cov": "run-s build test:unit cov:html && opn coverage/index.html", | ||
"prepare-release": "run-s all version", | ||
"startOnTestData": "node build/main/src/cli.js --include \"test-data\" --copyrightHolder \"CopyrightHolder\"", | ||
"startOnTestData": "node build/main/cli.js --include \"test-data\" --copyrightHolder \"CopyrightHolder\"", | ||
"revertTestData": "git checkout HEAD -- test-data" | ||
@@ -48,0 +48,0 @@ }, |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
94423
58
1077
5
4