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

scriptwriter

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scriptwriter - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

commitlint.config.js

22

package.json
{
"name": "scriptwriter",
"version": "0.0.11",
"version": "0.0.12",
"description": "✍️ An authoring tool for playwrights.",

@@ -23,3 +23,3 @@ "keywords": [

"lint:docs": "documentation lint ./lib/**",
"lint:js": "prettier-eslint --write --single-quote --use-tabs \"**/*.js\"",
"lint:code": "prettier-eslint --write --single-quote --use-tabs \"**/*.{js,json,md}\"",
"lint": "run-p lint:*",

@@ -32,2 +32,16 @@ "start": "$npm_package_bin_scriptwriter",

},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"**/*.{js}": "npm run lint:docs",
"**/*.{js,json,md}": "npm run lint:code"
},
"repository": {

@@ -61,4 +75,8 @@ "type": "git",

"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"ava": "^3.5.1",
"cross-env": "^7.0.2",
"husky": "^4.2.3",
"lint-staged": "^10.1.1",
"npm-run-all": "^4.1.5",

@@ -65,0 +83,0 @@ "nyc": "^15.0.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