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

editorconfig

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editorconfig - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js

@@ -180,2 +180,3 @@ "use strict";

let value2 = value;
// @ts-ignore -- Fix types here
if (knownProps[key2]) {

@@ -194,2 +195,3 @@ // All of the values for the known props are lowercase.

}
// @ts-ignore -- Fix types here
props[key2] = value2;

@@ -196,0 +198,0 @@ }

26

package.json
{
"name": "editorconfig",
"version": "1.0.2",
"version": "1.0.3",
"description": "EditorConfig File Locator and Interpreter for Node.js",

@@ -44,19 +44,19 @@ "keywords": [

"@one-ini/wasm": "0.1.1",
"commander": "^10.0.0",
"minimatch": "6.1.6",
"semver": "^7.3.8"
"commander": "^11.0.0",
"minimatch": "9.0.1",
"semver": "^7.5.3"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"c8": "7.12.0",
"eslint": "8.33.0",
"eslint-plugin-jsdoc": "39.7.5",
"@types/node": "^20.3.1",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"c8": "8.0.0",
"eslint": "8.43.0",
"eslint-plugin-jsdoc": "46.2.6",
"mocha": "^10.2.0",
"rimraf": "^4.1.2",
"rimraf": "^5.0.1",
"should": "^13.2.3",
"typescript": "^4.9.5"
"typescript": "^5.1.3"
},

@@ -63,0 +63,0 @@ "engines": {

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