Socket
Socket
Sign inDemoInstall

eslint-plugin-node

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-node - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

7

lib/util/deprecated-apis.js

@@ -20,3 +20,3 @@ /**

since: 6,
replacedBy: "'buffer.Buffer.alloc()' or 'buffer.Buffer.from()'",
replacedBy: "'buffer.Buffer.alloc()' or 'buffer.Buffer.from()' (use 'safe-buffer' module for '<6.0.0')",
omittableNew: true,

@@ -63,7 +63,2 @@ },

},
existsSync: {
$deprecated: true,
since: 4,
replacedBy: "'fs.statSync()' or 'fs.accessSync()'",
},
},

@@ -70,0 +65,0 @@ http: {

4

package.json
{
"name": "eslint-plugin-node",
"version": "2.1.2",
"version": "2.1.3",
"description": "Additional ESLint's rules for Node.js",

@@ -19,3 +19,3 @@ "files": [

"coverage": "nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html",
"test@2": "npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha",
"test@2": "rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha",
"codecov": "nyc report -r lcovonly && codecov"

@@ -22,0 +22,0 @@ },

@@ -98,3 +98,3 @@ # eslint-plugin-node

## :memo: Changelog
## :newspaper: Changelog

@@ -101,0 +101,0 @@ - [GitHub Releases](https://github.com/mysticatea/eslint-plugin-node/releases)

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