Socket
Socket
Sign inDemoInstall

@quintype/copyright-header

Package Overview
Dependencies
50
Maintainers
30
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

dist/src/comment/index.js

8

dist/package.json
{
"name": "@quintype/copyright-header",
"version": "1.1.0",
"version": "1.1.1",
"description": "To manage copyright headers in source files",

@@ -8,5 +8,2 @@ "bin": {

},
"files": [
"dist"
],
"main": "dist/src/index.js",

@@ -19,3 +16,4 @@ "scripts": {

"pretest": "npm run build",
"test": "node dist/src/index.js -i \"test/files/**/*\" -f test/header.js"
"test": "node dist/src/index.js -i \"test/files/**/*\" -f test/header.js",
"publish": "rm -rf dist && npm run build && npm pack"
},

@@ -22,0 +20,0 @@ "author": "Quintype",

{
"name": "@quintype/copyright-header",
"version": "1.1.1",
"version": "1.1.2",
"description": "To manage copyright headers in source files",

@@ -8,5 +8,2 @@ "bin": {

},
"files": [
"dist"
],
"main": "dist/src/index.js",

@@ -19,3 +16,4 @@ "scripts": {

"pretest": "npm run build",
"test": "node dist/src/index.js -i \"test/files/**/*\" -f test/header.js"
"test": "node dist/src/index.js -i \"test/files/**/*\" -f test/header.js",
"publish": "rm -rf dist && npm run build && npm publish --access public"
},

@@ -22,0 +20,0 @@ "author": "Quintype",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc