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.2 to 0.2.0

2

lib/index.js

@@ -110,4 +110,2 @@ // src/index.mts

if (token.t === 0 /* punctuator */) {
if (token.v !== "(")
throw new SyntaxError(`Unexpected '${token.v}'`);
const operand = parseOperand();

@@ -114,0 +112,0 @@ if (tokenizer.finished() || !isCloseParen(tokenizer.next()))

2

package.json
{
"name": "@bignum/template-compiler",
"version": "0.1.2",
"version": "0.2.0",
"description": "A compiler that compiles template literals for calculation.",

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

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