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

editorconfig

Package Overview
Dependencies
Maintainers
2
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 0.15.2 to 0.15.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.15.3
- Move @types dependencies to dev dependencies.
- Upgrade dependencies.
## 0.15.2

@@ -2,0 +6,0 @@ - Fix publish.

18

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

@@ -42,6 +42,4 @@ "keywords": [

"dependencies": {
"@types/node": "^10.11.7",
"@types/semver": "^5.5.0",
"commander": "^2.19.0",
"lru-cache": "^4.1.3",
"lru-cache": "^4.1.5",
"semver": "^5.6.0",

@@ -51,11 +49,13 @@ "sigmund": "^1.0.1"

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.29",
"@types/semver": "^5.5.0",
"cpy-cli": "^2.0.0",
"eclint": "^2.8.0",
"eclint": "^2.8.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"rimraf": "^2.6.3",
"should": "^13.2.3",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
}
}
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