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

@northone/prettier

Package Overview
Dependencies
Maintainers
20
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@northone/prettier - npm Package Compare versions

Comparing version 2.1.0 to 4.0.0

10

package.json
{
"name": "@northone/prettier",
"version": "2.1.0",
"version": "4.0.0",
"description": "base prettier.config.js for northone projects",

@@ -36,7 +36,6 @@ "author": "Blake E <blake@northone.com>",

"@northone/stan-initializer": "^2.1.0",
"tslib": "^2.0.1",
"typescript": "^3.9"
"tslib": "^2.0.1"
},
"devDependencies": {
"@northone/jest-preset": "^2.1.0",
"@northone/jest-preset": "2.1.0",
"@types/jest": "^26.0.15",

@@ -49,4 +48,5 @@ "@types/node": "^14.14.7",

"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0"
"tsconfig-paths": "^3.9.0",
"typescript": "^4.1"
}
}

@@ -8,5 +8,5 @@ module.exports = {

trailingComma: 'all',
bracketSpacing: false,
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'always',
}
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