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

brando

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brando - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

8

lib/filters/sequence.js

@@ -17,4 +17,5 @@ /*

, util = require( 'util' )
, Toni = require( 'toni' )
, Bice = require( 'bice' )
, Toni = require( 'toni' )
, compare = Bice.compare
, swap = Bice.swap

@@ -53,3 +54,6 @@ /*

me.bitmap = null;
// create result Buffer without filling it
// write the range value to a Buffer for faster comparisons
me.brange = new Buffer( me.ibytes );
me.brange[ me.wuint ]( me.range, 0 );
// create result Buffer without filling it with data
me.result = new Buffer( me.tbytes );

@@ -56,0 +60,0 @@ }

{
"name": "brando"
, "version": "0.0.14"
, "version": "0.0.15"
, "description": "Brando."

@@ -20,3 +20,3 @@ , "homepage": "https://github.com/rootslab/brando"

, "dependencies": {
"bice" : ">=0.1.3"
"bice" : ">=0.1.4"
, "toni" : ">=0.4.2"

@@ -23,0 +23,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