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

natives

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natives - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

index.js

@@ -99,2 +99,5 @@ var natives = process.binding('natives')

} else {
try {
return process.binding(name);
} catch (e) {}
return {};

@@ -101,0 +104,0 @@ }

2

package.json
{
"name": "natives",
"version": "1.1.4",
"version": "1.1.5",
"description": "Do stuff with Node.js's native JavaScript modules",

@@ -5,0 +5,0 @@ "main": "index.js",

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