Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

copyright-header

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copyright-header - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

build/main/cli.d.ts

5

CHANGELOG.md

@@ -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)

14

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc