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

@bignum/template-compiler

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bignum/template-compiler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/index.js

@@ -131,3 +131,3 @@ // src/index.mts

const beforeOpToken = stack[stack.length - 2];
if (beforeOpToken.t === 1 /* operator */ && PRECEDENCE[token.v] <= PRECEDENCE[beforeOpToken.v])
if (beforeOpToken.t === 1 /* operator */ && PRECEDENCE[token.v][1] <= PRECEDENCE[beforeOpToken.v][0])
stack.push(processBinary(stack));

@@ -134,0 +134,0 @@ }

{
"name": "@bignum/template-compiler",
"version": "0.1.0",
"version": "0.1.1",
"description": "A compiler that compiles template literals for calculation.",

@@ -13,2 +13,5 @@ "type": "module",

},
"files": [
"lib"
],
"engines": {

@@ -46,5 +49,5 @@ "node": ">=18"

"dependencies": {
"@bignum/shared": "^0.1.0"
"@bignum/shared": "^0.1.1"
},
"devDependencies": {}
}

Sorry, the diff of this file is not supported yet

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