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.0.573 to 0.0.574

2

package.json
{
"name": "functionalscript",
"version": "0.0.573",
"version": "0.0.574",
"description": "FunctionalScript is a functional subset of JavaScript",

@@ -5,0 +5,0 @@ "scripts": {

@@ -7,5 +7,5 @@ # BigInt

### bitLenght versus toString (2024/11/25)
### log2 versus toString (2024/11/25)
|Framework|bitLength(x) |x.toString(2).length|
|Framework|log2(x) |x.toString(2).length|
|---------|------------------|--------------------|

@@ -21,3 +21,3 @@ |Bun |1.781681 |2.079615 |

`bitLength` wins.
`log2` wins.

@@ -24,0 +24,0 @@ ### Minus versus Not

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