Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-buffer

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-buffer - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

lib/constants.js

3

index.js

@@ -0,1 +1,2 @@

const constants = require('./lib/constants')
const ascii = require('./lib/ascii')

@@ -330,2 +331,4 @@ const base64 = require('./lib/base64')

exports.constants = constants
const codecs = Object.create(null)

@@ -332,0 +335,0 @@

8

package.json
{
"name": "bare-buffer",
"version": "2.1.1",
"version": "2.2.0",
"description": "Native buffers for JavaScript",
"main": "index.js",
"exports": {
".": "./index.js",
"./package": "./package.json",
"./constants": "./lib/constants.js"
},
"files": [

@@ -7,0 +11,0 @@ "index.js",

Sorry, the diff of this file is not supported yet

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