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

jintr

Package Overview
Dependencies
Maintainers
1
Versions
21
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 3.0.2 to 3.1.0

dist/nodes/EmptyStatement.d.ts

1

dist/nodes/index.d.ts

@@ -10,2 +10,3 @@ export { default as ArrayExpression } from './ArrayExpression.js';

export { default as ContinueStatement } from './ContinueStatement.js';
export { default as EmptyStatement } from './EmptyStatement.js';
export { default as ExpressionStatement } from './ExpressionStatement.js';

@@ -12,0 +13,0 @@ export { default as ForOfStatement } from './ForOfStatement.js';

@@ -11,2 +11,3 @@ // This file is generated automatically. Do not modify it.

export { default as ContinueStatement } from './ContinueStatement.js';
export { default as EmptyStatement } from './EmptyStatement.js';
export { default as ExpressionStatement } from './ExpressionStatement.js';

@@ -13,0 +14,0 @@ export { default as ForOfStatement } from './ForOfStatement.js';

2

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

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

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