You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

node-addon-api

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.1.0

10

package.json

@@ -251,2 +251,6 @@ {

{
"name": "Mathias Stearn",
"url": "https://github.com/RedBeard0531"
},
{
"name": "Matteo Collina",

@@ -360,2 +364,6 @@ "url": "https://github.com/mcollina"

{
"name": "Toyo Li",
"url": "https://github.com/toyobayashi"
},
{
"name": "Tux3",

@@ -456,4 +464,4 @@ "url": "https://github.com/tux3"

"pre-commit": "lint",
"version": "6.0.0",
"version": "6.1.0",
"support": true
}

2

README.md

@@ -73,3 +73,3 @@ NOTE: The default branch has been renamed!

## **Current version: 6.0.0**
## **Current version: 6.1.0**

@@ -76,0 +76,0 @@ (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)

@@ -26,3 +26,3 @@ #!/usr/bin/env node

'git',
['diff', '--name-only', FORMAT_START, filesToCheck],
['diff', '--name-only', '--diff-filter=d', FORMAT_START, filesToCheck],
{

@@ -36,3 +36,3 @@ encoding: 'utf-8'

'git',
['diff', '--name-only', '--cached', FORMAT_START, filesToCheck],
['diff', '--name-only', '--cached', '--diff-filter=d', FORMAT_START, filesToCheck],
{

@@ -39,0 +39,0 @@ encoding: 'utf-8'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc