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

bitwrap

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitwrap - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

bitwrap.js

@@ -19,3 +19,3 @@ class Wrapp {

let x = e >> 8,
y = this.ItB(x).length - 8
y = -~Math.log2(x) - 8
return x ^ x >> y << y

@@ -22,0 +22,0 @@ }

{
"name": "bitwrap",
"version": "1.0.5",
"version": "1.0.6",
"description": "A lightweight steganographic npm library.",

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

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