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

2

dist/src/nodes/BinaryExpression.js

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

return left_node !== right_node;
case '!=':
return left_node != right_node;
case '>':

@@ -27,0 +29,0 @@ return left_node > right_node;

2

package.json
{
"name": "jintr",
"version": "0.1.9",
"version": "0.2.0",
"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