New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kodehort/prettier-config

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodehort/prettier-config - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

15

package.json
{
"name": "@kodehort/prettier-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "A curated set of prettier configurations that we use across our projects and can be used in your projects.",

@@ -13,11 +13,11 @@ "repository": "https://github.com/kodehort/prettier-config",

"types": "./lib/index.d.mts",
"default": "./lib/index.mjs"
"default": "./lib/index.js"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
}
}
},
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"files": [

@@ -45,9 +45,8 @@ "lib/",

},
"packageManager": "pnpm@9.11.0+sha1.4cd20e68438613738e8f2bc9aece61eaa6b3e649",
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"scripts": {
"build": "tsup",
"clean": "rm -rf node_modules",
"dev": "tsc --watch",
"dev": "tsup --watch",
"release": "changeset publish"
}
}
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