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

@sixfold/editor-config

Package Overview
Dependencies
Maintainers
47
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sixfold/editor-config - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

CHANGELOG.md

6

package.json
{
"name": "@sixfold/editor-config",
"version": "2.2.2",
"version": "2.3.0",
"main": "./prettier/index.js",

@@ -20,8 +20,8 @@ "types": "./prettier/index.d.ts",

"dependencies": {
"prettier": "^2.4.0",
"prettier": "^2.5.1",
"tslint-config-prettier": "^1.18.0"
},
"devDependencies": {
"standard-version": "^9.3.1"
"standard-version": "^9.3.2"
}
}

@@ -10,30 +10,3 @@ module.exports = {

semi: true,
parser: 'typescript',
arrowParens: 'always',
overrides: [
{
files: '*.css',
options: {
parser: 'css',
},
},
{
files: '*.md',
options: {
parser: 'markdown',
},
},
{
files: '*.json',
options: {
parser: 'json',
},
},
{
files: '*.html',
options: {
parser: 'html',
},
},
],
};
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