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

typed-path-generator

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-path-generator - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

.eslintignore

47

package.json
{
"name": "typed-path-generator",
"version": "1.4.1",
"version": "1.5.0",
"description": "Convert path `/user/:userID` to `({ userID: string | number }) => string`",

@@ -19,4 +19,5 @@ "main": "./dist/index.js",

"scripts": {
"test": "jest",
"build": "rm -rf ./dist && tsc -p ./tsconfig.json"
"build": "rm -rf ./dist && tsc -p ./tsconfig.json",
"lint": "yarn lint:eslint && yarn lint:tsc",
"lint:eslint": "eslint . --ext .ts,.tsx --fix --max-warnings 0"
},

@@ -40,3 +41,3 @@ "keywords": [

"prettier --write",
"tslint -p tsconfig.json --fix",
"yarn lint:eslint",
"git add"

@@ -47,30 +48,28 @@ ]

"@types/glob": "^7.1.1",
"@types/jest": "^24.0.9",
"@types/js-yaml": "^3.12.0",
"@types/js-yaml": "^4.0.0",
"@types/lodash": "^4.14.122",
"@types/node": "^12.7.3",
"@types/prettier": "^1.16.1",
"@types/node": "^14.0.1",
"@types/prettier": "^2.0.0",
"@types/qs": "^6.5.2",
"husky": "^3.0.5",
"jest": "^24.1.0",
"lint-staged": "^9.2.5",
"ts-jest": "^24.0.0",
"tslint": "^5.13.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.3.3333"
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "7.22.0",
"eslint-config-prettier": "^8.1.0",
"husky": "^5.2.0",
"lint-staged": "^10.0.1",
"typescript": "^4.2"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^3.0.1",
"chalk": "^4.0.0",
"commander": "^7.0.0",
"glob": "^7.1.3",
"js-yaml": "^3.12.2",
"js-yaml": "^4.0.0",
"lodash": "^4.17.11",
"log-update": "^3.1.0",
"outdent": "^0.7.0",
"path-to-regexp": "^3.1.0",
"prettier": "^1.16.4",
"log-update": "^4.0.0",
"outdent": "^0.8.0",
"path-to-regexp": "^6.1.0",
"prettier": "^2.0.1",
"qs": "^6.6.0",
"tslib": "^1.9.3"
"tslib": "^2.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