Socket
Socket
Sign inDemoInstall

toni

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toni - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "toni"
, "version": "0.3.0"
, "version": "0.3.1"
, "description": "Toni, a simple and efficient bitmap implementation for integer sets, using bitwise operations and a Buffer. Modifying a single bit instead of an entire byte, obviously saves 87.5% of Buffer space, but it also implies a gain of ~30% in performances, for accessing values, when it was used with big integer ranges."

@@ -27,3 +27,3 @@ , "homepage": "https://github.com/rootslab/toni"

"devDependencies": {
"dado" : ">=0.1.1"
"dado" : ">=0.2.0"
}

@@ -30,0 +30,0 @@ , "main": "index"

#!/usr/bin/env node
( function () {
require( 'dado' )().do( 'test' )
require( 'dado' )().do( 'test' );
} )();
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