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

@getlang/get

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/get - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

dist/version.d.ts

3

dist/index.d.ts
import type { Hooks } from '@getlang/lib';
import type { Program } from '@getlang/parser/ast';
export { version } from './version.js';
export type UserHooks = Partial<Hooks>;
export declare function execute(source: string, inputs?: Record<string, unknown>, hooks?: UserHooks): Promise<unknown>;
export declare function executeAST(ast: Program, inputs?: Record<string, unknown>, hooks?: UserHooks): Promise<unknown>;
declare const version: string;
export { version };

@@ -6,3 +6,3 @@ import { wait, ImportError } from '@getlang/lib';

import { runSlice } from './execute/lang.js';
import pkg from './package.json' with { type: 'json' };
export { version } from './version.js';
function buildHooks(hooks = {}) {

@@ -28,4 +28,2 @@ return {

}
const { version } = pkg;
export { version };
//# sourceMappingURL=index.js.map

@@ -9,4 +9,4 @@ import type { Hooks } from '@getlang/lib'

import { runSlice } from './execute/lang.js'
import pkg from './package.json' with { type: 'json' }
export { version } from './version.js'
export type UserHooks = Partial<Hooks>

@@ -46,5 +46,1 @@

}
const { version } = pkg
export { version }
{
"name": "@getlang/get",
"version": "0.0.18",
"version": "0.0.19",
"license": "Apache-2.0",

@@ -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