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.10 to 0.0.11

dist/package.json

4

dist/index.d.ts
import type { Program } from '@getlang/parser';
import type { InternalHooks } from './execute/execute';
export { parse, desugar, print, NodeKind } from '@getlang/parser';
export { RuntimeError } from '@getlang/utils';
export * as errors from '@getlang/utils';
export { version } from './package.json';
export { parse, desugar, print, NodeKind } from '@getlang/parser';
export type { Program } from '@getlang/parser';
export type RequestHook = InternalHooks['request'];

@@ -7,0 +9,0 @@ export type ImportHook = (module: string) => string | Promise<string>;

@@ -1,9 +0,9 @@

import { wait } from '@getlang/utils';
import { wait, ImportError } from '@getlang/utils';
import { parse, desugar } from '@getlang/parser';
import { execute as exec } from './execute/execute';
import * as http from './execute/net/http';
import { ImportError } from '@getlang/utils';
export { parse, desugar, print, NodeKind } from '@getlang/parser';
export { RuntimeError } from '@getlang/utils';
export * as errors from '@getlang/utils';
export { version } from './package.json';
export { parse, desugar, print, NodeKind } from '@getlang/parser';
function buildHooks(hooks = {}) {

@@ -10,0 +10,0 @@ return {

{
"name": "@getlang/get",
"version": "0.0.10",
"version": "0.0.11",
"license": "Apache-2.0",

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