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

bitmap-integers

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmap-integers - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "bitmap-integers",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert integer and boolean arrays to bitmap integers",

@@ -18,10 +18,10 @@ "author": "Tabcorp Digital Technology Team",

},
"devDependencies": {
"should": "~2.1.1",
"mocha": "~1.15.1"
},
"dependencies": {
"coffee-script": "~1.7.1",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "~1.20.1",
"should": "~4.0.4"
}
}

@@ -5,2 +5,9 @@ # bitmap-integers

[![Build Status](https://travis-ci.org/TabDigital/bitmap-integers.svg?branch=master)](https://travis-ci.org/TabDigital/bitmap-integers)
[![Dependency Status](https://david-dm.org/TabDigital/bitmap-integers.png?theme=shields.io)](https://david-dm.org/TabDigital/bitmap-integers)
[![devDependency Status](https://david-dm.org/TabDigital/bitmap-integers/dev-status.png?theme=shields.io)](https://david-dm.org/TabDigital/bitmap-integers#info=devDependencies)
[![NPM](https://nodei.co/npm/bitmap-integers.svg?downloads=true)](https://nodei.co/npm/bitmap-integers/)
# using in your project

@@ -7,0 +14,0 @@ ```coffee

@@ -1,3 +0,3 @@

require('coffee-script')
require('coffee-script/register')
module.exports = require('./bitmap')
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