Socket
Socket
Sign inDemoInstall

buffer-fill

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -8,3 +8,3 @@ /* Node.js 6.4.0 and up has full support */

var buf = new Buffer(4)
var buf = Buffer.alloc ? Buffer.alloc(4) : new Buffer(4)

@@ -11,0 +11,0 @@ buf.fill('ab', 'ucs2')

{
"name": "buffer-fill",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "LinusU/buffer-fill",

# Buffer Fill
A ponyfill for `Buffer.fill`.
A [ponyfill](https://ponyfill.com) for `Buffer.fill`.

@@ -5,0 +5,0 @@ Works as Node.js: `v6.4.0` <br>

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