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

bit-mask

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bit-mask - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

bit-mask.js

@@ -50,3 +50,3 @@ var EventedArrays = require('array-events');

var ob = this;
if(type(clause) == 'number') this.value = clause;
if(typeof clause == 'number') this.value = clause;
for(var lcv=0; lcv < clause.length; lcv++){

@@ -98,2 +98,2 @@ ch = clause.charAt(lcv);

module.exports = BitMask;
module.exports.OwnershipMask = OwnershipMask;
module.exports.OwnershipMask = OwnershipMask;
{
"name": "bit-mask",
"homepage": "https://github.com/khrome/bit-mask",
"version": "1.0.1",
"version": "1.0.2",
"main": "bit-mask.js",

@@ -23,13 +23,13 @@ "description": "A utility for manipulating bit masks",

"dependencies": {
"array-events": "0.2.0"
"array-events": "^0.2.0"
},
"devDependencies": {
"mocha": "*",
"request": "*",
"should": "*"
},
"optionalDependencies": {
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}
}
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