editorconfig
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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 @@ } |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34997
688
+ Addedcommander@11.1.0(transitive)
+ Addedminimatch@9.0.1(transitive)
- Removedcommander@10.0.1(transitive)
- Removedminimatch@6.1.6(transitive)
Updatedcommander@^11.0.0
Updatedminimatch@9.0.1
Updatedsemver@^7.5.3