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

eslint-config-logdna

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-logdna - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## Changelog
## [4.2.1](https://github.com/logdna/eslint-config-logdna/compare/v4.2.0...v4.2.1) (2021-04-16)
### Chores
* **deps**: eslint-plugin-sensible@2.3.1 [93fd2a4](https://github.com/logdna/eslint-config-logdna/commit/93fd2a4b7f7c153e78689e8adda794d91805b340) - Eric Satterwhite
### Continuous Integration
* use semantic-release [1518b41](https://github.com/logdna/eslint-config-logdna/commit/1518b41fbad59c4047cedf3271693c0687049f2b) - Mike Del Tito
# 2021-03-23, Version 4.2.0 (Stable)

@@ -2,0 +16,0 @@

19

package.json
{
"name": "eslint-config-logdna",
"version": "4.2.0",
"version": "4.2.1",
"description": "LogDNA's preferred eslint config to be used across all projects",

@@ -10,7 +10,6 @@ "main": "index.js",

"pretest": "npm run lint",
"test": "tools/test.sh"
"test": "tools/test.sh",
"release": "semantic-release",
"release:dry": "npm run release -- --dry-run --no-ci --branches ${BRANCH_NAME:-main}"
},
"publishConfig": {
"access": "public"
},
"repository": {

@@ -32,4 +31,12 @@ "type": "git",

"homepage": "https://github.com/logdna/eslint-config-logdna#readme",
"release": {
"branches": [
"main"
],
"extends": "semantic-release-config-logdna"
},
"devDependencies": {
"eslint": "^7.19.0",
"semantic-release": "^17.4.2",
"semantic-release-config-logdna": "^1.1.1",
"tap": "^14.10.7",

@@ -41,4 +48,4 @@ "tap-xunit": "^2.4.1"

"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sensible": "^2.2.1"
"eslint-plugin-sensible": "^2.3.1"
}
}
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