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

@monteway/prettier

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monteway/prettier - npm Package Compare versions

Comparing version 0.0.40-rc.1 to 0.0.40-rc.2

dist/config.d.ts

23

package.json
{
"name": "@monteway/prettier",
"version": "0.0.40-rc.1",
"version": "0.0.40-rc.2",
"description": "Basic Prettier config for Monterail projects",

@@ -16,3 +16,5 @@ "license": "MIT",

},
"type": "commonjs",
"exports": {
"./config": "./dist/config.js"
},
"engines": {

@@ -23,3 +25,3 @@ "node": "^16.16",

"scripts": {
"build": "node ../../scripts/build-ts.mjs cjs",
"build": "rimraf dist && tsc",
"lint": "eslint --fix --ext .ts,.js,.cjs,.mjs .",

@@ -31,5 +33,3 @@ "npm-pack": "npm pack",

"files": [
"config.d.ts",
"config.js",
"dist",
"dist/**/*",
"package.json",

@@ -48,5 +48,12 @@ "readme.md"

"devDependencies": {
"@monteway/eslint": "^0.0.40-rc.1",
"@monteway/typescript": "^0.0.40-rc.1"
"@monteway/eslint": "^0.0.40-rc.2",
"@monteway/typescript": "^0.0.40-rc.2"
},
"typesVersions": {
"*": {
"config": [
"./dist/config.d.ts"
]
}
}
}
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