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

@putstack/prettier-config

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putstack/prettier-config - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2-next.0

dist/index.cjs.map

5

dist/index.js
// index.ts
var config = {
endOfLine: "auto",
printWidth: 120,
singleQuote: true,
endOfLine: "auto"
singleQuote: true
};

@@ -11,1 +11,2 @@ var prettier_config_default = config;

};
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@putstack/prettier-config",
"version": "1.4.1",
"version": "1.4.2-next.0",
"license": "MIT",

@@ -28,3 +28,3 @@ "author": "Putro",

"devDependencies": {
"prettier": "3.2.5"
"prettier": "3.3.2"
},

@@ -35,4 +35,4 @@ "peerDependencies": {

"scripts": {
"build": "tsup index.ts --format cjs,esm --dts-resolve --cjsInterop"
"build": "tsup index.ts"
}
}

Sorry, the diff of this file is not supported yet

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