Socket
Socket
Sign inDemoInstall

bops

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bops - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

is.js

1

index.js

@@ -6,2 +6,3 @@ var proto = {}

proto.to = require('./to')
proto.is = require('./is')
proto.subarray = require('./subarray')

@@ -8,0 +9,0 @@ proto.join = require('./join')

2

package.json
{
"name": "bops",
"version": "0.0.3",
"version": "0.0.4",
"description": "buffer operations",

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

@@ -31,2 +31,6 @@ # bops

#### bops.is(buf) -> bool
given a native buffer returns true. Returns false for other values.
#### bops.subarray(buf, start[, end]) -> buf

@@ -33,0 +37,0 @@

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