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

@clark/eslint-util-get-package

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clark/eslint-util-get-package - npm Package Compare versions

Comparing version 1.17.0 to 1.18.0

17

package.json
{
"name": "@clark/eslint-util-get-package",
"version": "1.17.0",
"version": "1.18.0",
"description": "Finds the `package.json` a source file belongs to",

@@ -26,4 +26,8 @@ "keywords": [

"lint": "eslint --ext ts .",
"prepack": "tsc --build --force",
"postpack": "tsc --build --clean"
"build": "tsc --build --force",
"clean": "tsc --build --clean",
"patch-main-prod": "../../tools/patch-json-object.js package.json '{ \"main\": \"index.js\" }'",
"patch-main-dev": "../../tools/patch-json-object.js package.json '{ \"main\": \"index.ts.js\" }'",
"prepack": "yarn build && yarn patch-main-prod",
"postpack": "yarn clean && yarn patch-main-dev"
},

@@ -34,4 +38,5 @@ "dependencies": {

"devDependencies": {
"@clark/eslint-config-node-typescript": "^1.17.0",
"@clark/eslint-config-node-typescript": "^1.18.0",
"eslint": "^6.8.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"

@@ -42,3 +47,3 @@ },

},
"gitHead": "e9a183d56a8b142feaf72f15b56cf2e081ab5c04"
}
"gitHead": "82795cf3464a749844bbaeaf913fcfb781bec24d"
}
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