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

lib

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

lib/request.js

@@ -135,3 +135,3 @@ const https = require('https');

) {
body = Buffer.from(json._base64);
body = Buffer.from(json._base64, 'base64');
}

@@ -138,0 +138,0 @@ } catch (e) {

{
"name": "lib",
"version": "5.0.0",
"version": "5.0.1",
"description": "Autocode standard library Node.js bindings",

@@ -5,0 +5,0 @@ "main": "lib.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