New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

functionalscript

Package Overview
Dependencies
Maintainers
0
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functionalscript - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

2

package.json
{
"name": "functionalscript",
"version": "0.3.14",
"version": "0.3.15",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

/**
* @module
* @description
* MSb is most-significant bit first.
* ```
* MSb is most-significant bit first.
* - byte: 0x53 = 0b0101_0011
* - 0123_4567
* - 0123_4567
* ```
* LSb is least-significant bit first.
* ```
* - byte: 0x53 = 0b0101_0011
* - 7654_3210
* - 7654_3210
* ```
* @module
*/

@@ -13,0 +14,0 @@ import { log2, mask } from "../bigint/module.f.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