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

pathifist

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathifist - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

typings.d.ts

10

CHANGELOG.md

@@ -1,5 +0,13 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.1](https://github.com/untool/pathifist/compare/v1.0.0...v1.0.1) (2021-10-06)
### Bug Fixes
* add typescript declarations ([70285ad](https://github.com/untool/pathifist/commit/70285adb80f1bdfcbaad3ae1953dd26989e347c4))
* correct lint-staged config ([67691c3](https://github.com/untool/pathifist/commit/67691c3369ebc30a09799ec46555c475d983f8a9))
<a name="1.0.0"></a>

@@ -6,0 +14,0 @@ # [1.0.0](https://github.com/untool/pathifist/compare/v0.0.2...v1.0.0) (2018-10-24)

65

package.json
{
"name": "pathifist",
"version": "1.0.0",
"version": "1.0.1",
"description": "URL Path Utility",
"main": "index.js",
"types": "typings.d.ts",
"scripts": {

@@ -29,57 +30,27 @@ "test": "ava --verbose",

"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"ava": "^0.25.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.0.0",
"lint-staged": "^7.0.0",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@commitlint/travis-cli": "^12.0.0",
"@untool/eslint-config": "^1.0.0",
"@untool/prettier-config": "^1.0.0",
"ava": "^3.0.0",
"cz-conventional-changelog": "^3.0.0",
"eslint": "^7.0.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"prettier": "^1.13.4",
"standard-version": "^4.2.0"
"standard-version": "^9.0.0"
},
"renovate": {
"extends": [
"config:base"
],
"ignoreDeps": [
"prettier"
],
"lockFileMaintenance": {
"enabled": true
},
"pinVersions": false,
"prCreation": "not-pending",
"semanticCommits": true,
"semanticPrefix": "chore:"
"@untool/renovate-config:base"
]
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"proseWrap": "never"
},
"prettier": "@untool/prettier-config",
"eslintConfig": {
"extends": [
"eslint:recommended",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
},
"env": {
"node": true
},
"globals": {
"Promise": true
}
"extends": "@untool/eslint-config"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
"prettier --write"
]

@@ -86,0 +57,0 @@ },

Sorry, the diff of this file is not supported yet

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