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

@bignum/template

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bignum/template - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

package.json
{
"name": "@bignum/template",
"version": "0.2.8",
"version": "0.2.9",
"description": "Write formulas with template literals.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -83,5 +83,5 @@ # @bignum/template

// multiply
f`0.1 * 10`; // 1
f`0.07 * 100` // 7
// divide
f`0.6 / 0.2`; // 0.3
f`0.6 / 0.2`; // 3
// modulo

@@ -88,0 +88,0 @@ f`0.6 % 0.2`; // 0

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