Socket
Socket
Sign inDemoInstall

socks-librarian

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

3

index.js
import matter from "gray-matter";
import buffer from "buffer";
// Buffer is not defined error fix

@@ -7,3 +8,3 @@ // https://stackoverflow.com/questions/68707553/uncaught-referenceerror-buffer-is-not-defined

if (typeof require !== "undefined") {
global.Buffer = global.Buffer || require("buffer").Buffer;
global.Buffer = global.Buffer || buffer;
}

@@ -10,0 +11,0 @@ const skip = ["README", "About"];

{
"name": "socks-librarian",
"version": "1.0.04",
"version": "1.0.05",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc