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 1.0.0 to 1.1.0

dist/nodes/ForOfStatement.d.ts

1

dist/nodes/index.d.ts

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

export { default as ExpressionStatement } from './ExpressionStatement.js';
export { default as ForOfStatement } from './ForOfStatement.js';
export { default as ForStatement } from './ForStatement.js';

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

@@ -12,2 +12,3 @@ // This file is auto-generated by ./scripts/build-nodes-map.js.

export { default as ExpressionStatement } from './ExpressionStatement.js';
export { default as ForOfStatement } from './ForOfStatement.js';
export { default as ForStatement } from './ForStatement.js';

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

6

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

@@ -20,4 +20,4 @@ "type": "module",

},
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

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