Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jintr

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jintr - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/src/nodes/BinaryExpression.js

@@ -45,2 +45,4 @@ "use strict";

return left_node & right_node;
case '^':
return left_node ^ right_node;
// Rational operators

@@ -47,0 +49,0 @@ case 'in':

2

package.json
{
"name": "jintr",
"version": "0.3.0",
"version": "0.3.1",
"description": "A tiny JavaScript interpreter written in TypeScript.",

@@ -5,0 +5,0 @@ "main": "./dist/index.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