New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jspm/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspm/core - npm Package Compare versions

Comparing version 2.0.0-beta.25 to 2.0.0-beta.26

0

nodelibs/@empty.dew.js

@@ -0,0 +0,0 @@ import empty from './@empty.js';

var empty = Object.freeze(Object.create(null));
export default empty;

@@ -0,0 +0,0 @@ import { e as exports } from './chunk-6c718bbe.js';

@@ -0,0 +0,0 @@ import { Readable } from './stream.js';

@@ -0,0 +0,0 @@ import { e as exports } from './chunk-6c718bbe.js';

@@ -0,0 +0,0 @@ import { X as X$1 } from './chunk-b4205b57.js';

@@ -0,0 +0,0 @@ import { strict } from '../assert.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import './util.js';

@@ -0,0 +0,0 @@ var constants = {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import './events.js';

@@ -0,0 +0,0 @@ import { y } from './chunk-4bd36a8f.js';

@@ -0,0 +0,0 @@ import { promises } from '../fs.js';

@@ -0,0 +0,0 @@ import { b as buffer, d as dew$7 } from './chunk-44e51b61.js';

@@ -0,0 +0,0 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license.

@@ -0,0 +0,0 @@ import exports$2 from './http.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import { uptime } from './process.js';

@@ -0,0 +0,0 @@ import { e as exports } from './chunk-23dbec7b.js';

@@ -0,0 +0,0 @@ import { posix as posix$1 } from '../path.js';

@@ -0,0 +0,0 @@ import { posix } from '../path.js';

@@ -0,0 +0,0 @@ function unimplemented(functionName) {

@@ -0,0 +0,0 @@ var queue = [];

@@ -0,0 +0,0 @@ function unimplemented(name) {

@@ -0,0 +0,0 @@ import { p } from './chunk-924bb2e1.js';

@@ -0,0 +0,0 @@ import { o } from './chunk-b04e620d.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import { e as exports } from './chunk-6c718bbe.js';

@@ -0,0 +0,0 @@ const ByteLengthQueuingStrategy = globalThis.ByteLengthQueuingStrategy;

@@ -0,0 +0,0 @@ import { p as process } from './chunk-2eac56ff.js';

@@ -0,0 +0,0 @@ import { promisify } from '../util.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function isatty () {

@@ -0,0 +0,0 @@ import { p as p$1 } from './chunk-924bb2e1.js';

@@ -0,0 +0,0 @@ import './chunk-ce0fbc82.js';

@@ -0,0 +0,0 @@ import { types } from '../util.js';

@@ -0,0 +0,0 @@ // Using null for Babel

@@ -0,0 +0,0 @@ var exports$1 = {},

@@ -0,0 +0,0 @@ import fs from './fs.js';

@@ -0,0 +0,0 @@ import { once, EventEmitter } from './events.js';

2

nodelibs/deno/_stream_duplex.ts

@@ -1,3 +0,3 @@

import Duplex from 'https://deno.land/std@0.152.0/node/_stream/duplex.ts';
import Duplex from 'https://deno.land/std@0.153.0/node/_stream/duplex.ts';
export default Duplex;
export const from = Duplex.from;

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

export { default } from 'https://deno.land/std@0.152.0/node/_stream/passthrough.ts';
export { default } from 'https://deno.land/std@0.153.0/node/_stream/passthrough.ts';

@@ -1,2 +0,2 @@

import Readable from 'https://deno.land/std@0.152.0/node/_stream/readable.ts';
import Readable from 'https://deno.land/std@0.153.0/node/_stream/readable.ts';
export default Readable;

@@ -3,0 +3,0 @@ export const from = Readable.from;

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

export { default } from 'https://deno.land/std@0.152.0/node/_stream/passthrough.ts';
export { default } from 'https://deno.land/std@0.153.0/node/_stream/passthrough.ts';

@@ -1,3 +0,3 @@

import Writable from 'https://deno.land/std@0.152.0/node/_stream/readable.ts';
import Writable from 'https://deno.land/std@0.153.0/node/_stream/readable.ts';
export default Writable;
export const WritableState = Writable.WritableState;

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/assert.ts';
export { default } from 'https://deno.land/std@0.152.0/node/assert.ts';
export * from 'https://deno.land/std@0.153.0/node/assert.ts';
export { default } from 'https://deno.land/std@0.153.0/node/assert.ts';

@@ -0,0 +0,0 @@ import { strict } from '../assert.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/async_hooks.ts';
export { default } from 'https://deno.land/std@0.152.0/node/async_hooks.ts';
export * from 'https://deno.land/std@0.153.0/node/async_hooks.ts';
export { default } from 'https://deno.land/std@0.153.0/node/async_hooks.ts';

@@ -1,5 +0,5 @@

export * from 'https://deno.land/std@0.152.0/node/buffer.ts';
import { default as buffer } from 'https://deno.land/std@0.152.0/node/buffer.ts';
export * from 'https://deno.land/std@0.153.0/node/buffer.ts';
import { default as buffer } from 'https://deno.land/std@0.153.0/node/buffer.ts';
export const kMaxLength = 4294967296;
buffer.kMaxLength = kMaxLength;
export default buffer;

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/child_process.ts';
export { default } from 'https://deno.land/std@0.152.0/node/child_process.ts';
export * from 'https://deno.land/std@0.153.0/node/child_process.ts';
export { default } from 'https://deno.land/std@0.153.0/node/child_process.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/console.ts';
export { default } from 'https://deno.land/std@0.152.0/node/console.ts';
export * from 'https://deno.land/std@0.153.0/node/console.ts';
export { default } from 'https://deno.land/std@0.153.0/node/console.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/constants.ts';
export { default } from 'https://deno.land/std@0.152.0/node/constants.ts';
export * from 'https://deno.land/std@0.153.0/node/constants.ts';
export { default } from 'https://deno.land/std@0.153.0/node/constants.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/crypto.ts';
export { default } from 'https://deno.land/std@0.152.0/node/crypto.ts';
export * from 'https://deno.land/std@0.153.0/node/crypto.ts';
export { default } from 'https://deno.land/std@0.153.0/node/crypto.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/dns.ts';
export { default } from 'https://deno.land/std@0.152.0/node/dns.ts';
export * from 'https://deno.land/std@0.153.0/node/dns.ts';
export { default } from 'https://deno.land/std@0.153.0/node/dns.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/events.ts';
export { default } from 'https://deno.land/std@0.152.0/node/events.ts';
export * from 'https://deno.land/std@0.153.0/node/events.ts';
export { default } from 'https://deno.land/std@0.153.0/node/events.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/fs.ts';
export { default } from 'https://deno.land/std@0.152.0/node/fs.ts';
export * from 'https://deno.land/std@0.153.0/node/fs.ts';
export { default } from 'https://deno.land/std@0.153.0/node/fs.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/fs/promises.ts';
export { default } from 'https://deno.land/std@0.152.0/node/fs/promises.ts';
export * from 'https://deno.land/std@0.153.0/node/fs/promises.ts';
export { default } from 'https://deno.land/std@0.153.0/node/fs/promises.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/http.ts';
export { default } from 'https://deno.land/std@0.152.0/node/http.ts';
export * from 'https://deno.land/std@0.153.0/node/http.ts';
export { default } from 'https://deno.land/std@0.153.0/node/http.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/https.ts';
export { default } from 'https://deno.land/std@0.152.0/node/https.ts';
export * from 'https://deno.land/std@0.153.0/node/https.ts';
export { default } from 'https://deno.land/std@0.153.0/node/https.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/inspector.ts';
export { default } from 'https://deno.land/std@0.152.0/node/inspector.ts';
export * from 'https://deno.land/std@0.153.0/node/inspector.ts';
export { default } from 'https://deno.land/std@0.153.0/node/inspector.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/module.ts';
export { default } from 'https://deno.land/std@0.152.0/node/module.ts';
export * from 'https://deno.land/std@0.153.0/node/module.ts';
export { default } from 'https://deno.land/std@0.153.0/node/module.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/net.ts';
export { default } from 'https://deno.land/std@0.152.0/node/net.ts';
export * from 'https://deno.land/std@0.153.0/node/net.ts';
export { default } from 'https://deno.land/std@0.153.0/node/net.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/os.ts';
export { default } from 'https://deno.land/std@0.152.0/node/os.ts';
export * from 'https://deno.land/std@0.153.0/node/os.ts';
export { default } from 'https://deno.land/std@0.153.0/node/os.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/path.ts';
export { default } from 'https://deno.land/std@0.152.0/node/path.ts';
export * from 'https://deno.land/std@0.153.0/node/path.ts';
export { default } from 'https://deno.land/std@0.153.0/node/path.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/path/posix.ts';
export { default } from 'https://deno.land/std@0.152.0/node/path/posix.ts';
export * from 'https://deno.land/std@0.153.0/node/path/posix.ts';
export { default } from 'https://deno.land/std@0.153.0/node/path/posix.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/path/win32.ts';
export { default } from 'https://deno.land/std@0.152.0/node/path/win32.ts';
export * from 'https://deno.land/std@0.153.0/node/path/win32.ts';
export { default } from 'https://deno.land/std@0.153.0/node/path/win32.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/perf_hooks.ts';
export { default } from 'https://deno.land/std@0.152.0/node/perf_hooks.ts';
export * from 'https://deno.land/std@0.153.0/node/perf_hooks.ts';
export { default } from 'https://deno.land/std@0.153.0/node/perf_hooks.ts';

@@ -0,0 +0,0 @@ import process from './process.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/process.ts';
export { default } from 'https://deno.land/std@0.152.0/node/process.ts';
export * from 'https://deno.land/std@0.153.0/node/process.ts';
export { default } from 'https://deno.land/std@0.153.0/node/process.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/punycode.ts';
export { default } from 'https://deno.land/std@0.152.0/node/punycode.ts';
export * from 'https://deno.land/std@0.153.0/node/punycode.ts';
export { default } from 'https://deno.land/std@0.153.0/node/punycode.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/querystring.ts';
export { default } from 'https://deno.land/std@0.152.0/node/querystring.ts';
export * from 'https://deno.land/std@0.153.0/node/querystring.ts';
export { default } from 'https://deno.land/std@0.153.0/node/querystring.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/readline.ts';
export { default } from 'https://deno.land/std@0.152.0/node/readline.ts';
export * from 'https://deno.land/std@0.153.0/node/readline.ts';
export { default } from 'https://deno.land/std@0.153.0/node/readline.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/stream.ts';
export { default } from 'https://deno.land/std@0.152.0/node/stream.ts';
export * from 'https://deno.land/std@0.153.0/node/stream.ts';
export { default } from 'https://deno.land/std@0.153.0/node/stream.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/stream/consumers.mjs';
export { default } from 'https://deno.land/std@0.152.0/node/stream/consumers.mjs';
export * from 'https://deno.land/std@0.153.0/node/stream/consumers.mjs';
export { default } from 'https://deno.land/std@0.153.0/node/stream/consumers.mjs';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/stream/promises.mjs';
export { default } from 'https://deno.land/std@0.152.0/node/stream/promises.mjs';
export * from 'https://deno.land/std@0.153.0/node/stream/promises.mjs';
export { default } from 'https://deno.land/std@0.153.0/node/stream/promises.mjs';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/stream/web.ts';
export { default } from 'https://deno.land/std@0.152.0/node/stream/web.ts';
export * from 'https://deno.land/std@0.153.0/node/stream/web.ts';
export { default } from 'https://deno.land/std@0.153.0/node/stream/web.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/string_decoder.ts';
export { default } from 'https://deno.land/std@0.152.0/node/string_decoder.ts';
export * from 'https://deno.land/std@0.153.0/node/string_decoder.ts';
export { default } from 'https://deno.land/std@0.153.0/node/string_decoder.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/timers.ts';
export { default } from 'https://deno.land/std@0.152.0/node/timers.ts';
export * from 'https://deno.land/std@0.153.0/node/timers.ts';
export { default } from 'https://deno.land/std@0.153.0/node/timers.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/timers/promises.ts';
export { default } from 'https://deno.land/std@0.152.0/node/timers/promises.ts';
export * from 'https://deno.land/std@0.153.0/node/timers/promises.ts';
export { default } from 'https://deno.land/std@0.153.0/node/timers/promises.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/tls.ts';
export { default } from 'https://deno.land/std@0.152.0/node/tls.ts';
export * from 'https://deno.land/std@0.153.0/node/tls.ts';
export { default } from 'https://deno.land/std@0.153.0/node/tls.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/tty.ts';
export { default } from 'https://deno.land/std@0.152.0/node/tty.ts';
export * from 'https://deno.land/std@0.153.0/node/tty.ts';
export { default } from 'https://deno.land/std@0.153.0/node/tty.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/url.ts';
export { default } from 'https://deno.land/std@0.152.0/node/url.ts';
export * from 'https://deno.land/std@0.153.0/node/url.ts';
export { default } from 'https://deno.land/std@0.153.0/node/url.ts';

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/util.ts';
export { default } from 'https://deno.land/std@0.152.0/node/util.ts';
export * from 'https://deno.land/std@0.153.0/node/util.ts';
export { default } from 'https://deno.land/std@0.153.0/node/util.ts';

@@ -1,3 +0,3 @@

import { types } from 'https://deno.land/std@0.152.0/node/util.ts';
export { types as default } from 'https://deno.land/std@0.152.0/node/util.ts';
import { types } from 'https://deno.land/std@0.153.0/node/util.ts';
export { types as default } from 'https://deno.land/std@0.153.0/node/util.ts';

@@ -4,0 +4,0 @@ export const {

@@ -1,2 +0,2 @@

export * from 'https://deno.land/std@0.152.0/node/v8.ts';
export { default } from 'https://deno.land/std@0.152.0/node/v8.ts';
export * from 'https://deno.land/std@0.153.0/node/v8.ts';
export { default } from 'https://deno.land/std@0.153.0/node/v8.ts';

@@ -1,2 +0,2 @@

import Context, { ContextOptions } from 'https://deno.land/std@0.152.0/wasi/snapshot_preview1.ts';
import Context, { ContextOptions } from 'https://deno.land/std@0.153.0/wasi/snapshot_preview1.ts';

@@ -3,0 +3,0 @@ export interface WASIOptions extends Omit<ContextOptions, 'exitOnReturn'> {

@@ -1,2 +0,2 @@

export { default } from 'https://deno.land/std@0.152.0/node/worker_threads.ts';
export * from 'https://deno.land/std@0.152.0/node/worker_threads.ts';
export { default } from 'https://deno.land/std@0.153.0/node/worker_threads.ts';
export * from 'https://deno.land/std@0.153.0/node/worker_threads.ts';

@@ -1,2 +0,2 @@

export { default } from 'https://deno.land/std@0.152.0/node/zlib.ts';
export * from 'https://deno.land/std@0.152.0/node/zlib.ts';
export { default } from 'https://deno.land/std@0.153.0/node/zlib.ts';
export * from 'https://deno.land/std@0.153.0/node/zlib.ts';
export { default } from 'node:_http_agent';
export * from 'node:_http_agent';
export { default } from 'node:_http_client';
export * from 'node:_http_client';
export { default } from 'node:_http_common';
export * from 'node:_http_common';
export { default } from 'node:_http_incoming';
export * from 'node:_http_incoming';
export { default } from 'node:_http_outgoing';
export * from 'node:_http_outgoing';
export { default } from 'node:_http_server';
export * from 'node:_http_server';
export { default } from 'node:_stream_duplex';
export * from 'node:_stream_duplex';
export { default } from 'node:_stream_passthrough';
export * from 'node:_stream_passthrough';
export { default } from 'node:_stream_readable';
export * from 'node:_stream_readable';
export { default } from 'node:_stream_transform';
export * from 'node:_stream_transform';
export { default } from 'node:_stream_wrap';
export * from 'node:_stream_wrap';
export { default } from 'node:_stream_writable';
export * from 'node:_stream_writable';
export { default } from 'node:_tls_common';
export * from 'node:_tls_common';
export { default } from 'node:_tls_wrap';
export * from 'node:_tls_wrap';
export { default } from 'node:assert';
export * from 'node:assert';
export { default } from 'node:assert/strict';
export * from 'node:assert/strict';
export { default } from 'node:async_hooks';
export * from 'node:async_hooks';
export { default } from 'node:buffer';
export * from 'node:buffer';
export { default } from 'node:child_process';
export * from 'node:child_process';
export { default } from 'node:cluster';
export * from 'node:cluster';
export { default } from 'node:console';
export * from 'node:console';
export { default } from 'node:constants';
export * from 'node:constants';
export { default } from 'node:crypto';
export * from 'node:crypto';
export { default } from 'node:dgram';
export * from 'node:dgram';
export { default } from 'node:diagnostics_channel';
export * from 'node:diagnostics_channel';
export { default } from 'node:dns';
export * from 'node:dns';
export { default } from 'node:dns/promises';
export * from 'node:dns/promises';
export { default } from 'node:domain';
export * from 'node:domain';
export { default } from 'node:events';
export * from 'node:events';
export { default } from 'node:fs';
export * from 'node:fs';
export { default } from 'node:fs/promises';
export * from 'node:fs/promises';
export { default } from 'node:http';
export * from 'node:http';
export { default } from 'node:http2';
export * from 'node:http2';
export { default } from 'node:https';
export * from 'node:https';
export { default } from 'node:inspector';
export * from 'node:inspector';
export { default } from 'node:module';
export * from 'node:module';
export { default } from 'node:net';
export * from 'node:net';
export { default } from 'node:os';
export * from 'node:os';
export { default } from 'node:path';
export * from 'node:path';
export { default } from 'node:path/posix';
export * from 'node:path/posix';
export { default } from 'node:path/win32';
export * from 'node:path/win32';
export { default } from 'node:perf_hooks';
export * from 'node:perf_hooks';

@@ -0,0 +0,0 @@ import process from 'node:process';

export { default } from 'node:process';
export * from 'node:process';
export { default } from 'node:punycode';
export * from 'node:punycode';
export { default } from 'node:querystring';
export * from 'node:querystring';
export { default } from 'node:readline';
export * from 'node:readline';
export { default } from 'node:readline/promises';
export * from 'node:readline/promises';
export { default } from 'node:repl';
export * from 'node:repl';
export { default } from 'node:stream';
export * from 'node:stream';
export { default } from 'node:stream/consumers';
export * from 'node:stream/consumers';
export { default } from 'node:stream/promises';
export * from 'node:stream/promises';
export { default } from 'node:stream/web';
export * from 'node:stream/web';
export { default } from 'node:string_decoder';
export * from 'node:string_decoder';
export { default } from 'node:sys';
export * from 'node:sys';
export { default } from 'node:timers';
export * from 'node:timers';
export { default } from 'node:timers/promises';
export * from 'node:timers/promises';
export { default } from 'node:tls';
export * from 'node:tls';
export { default } from 'node:trace_events';
export * from 'node:trace_events';
export { default } from 'node:tty';
export * from 'node:tty';
export { default } from 'node:url';
export * from 'node:url';
export { default } from 'node:util';
export * from 'node:util';
export { default } from 'node:util/types';
export * from 'node:util/types';
export { default } from 'node:v8';
export * from 'node:v8';
export { default } from 'node:vm';
export * from 'node:vm';
export { default } from 'node:worker_threads';
export * from 'node:worker_threads';
export { default } from 'node:zlib';
export * from 'node:zlib';
{
"name": "@jspm/core",
"version": "2.0.0-beta.25",
"version": "2.0.0-beta.26",
"scripts": {

@@ -5,0 +5,0 @@ "build": "npm install -g chomp ; chomp"

@@ -0,0 +0,0 @@ export function isatty () {

import stream from 'stream-browserify';
export default stream.Duplex;
export var from = stream.Duplex.from;
import stream from 'stream-browserify';
export default stream.PassThrough;

@@ -0,0 +0,0 @@ import { Readable } from './stream.js';

import stream from 'stream-browserify';
export default stream.Transform;
import stream from 'stream-browserify';
export default stream.Writable;
export var WritableState = stream.Writable.WritableState;

@@ -0,0 +0,0 @@ import assert from 'assert';

@@ -0,0 +0,0 @@ import { strict } from '../assert.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import buffer from '../node_modules/buffer/index.js';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import console from 'console-browserify';

@@ -0,0 +0,0 @@ import constants from 'constants-browserify';

@@ -0,0 +0,0 @@ import crypto from 'crypto-browserify';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import dc from "../node_modules/diagnostics_channel/index.js";

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import domain from 'domain-browser';

@@ -0,0 +0,0 @@ import events from 'events';

@@ -0,0 +0,0 @@ import memfs from 'memfs';

@@ -0,0 +0,0 @@ import { promises } from '../fs.js';

@@ -0,0 +0,0 @@ import http from 'stream-http';

@@ -0,0 +0,0 @@ // Copyright Joyent and Node contributors. All rights reserved. MIT license.

@@ -0,0 +0,0 @@ import https from 'https-browserify';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import os from 'os-browserify';

@@ -0,0 +0,0 @@ import path from 'path-browserify';

@@ -0,0 +0,0 @@ import { posix } from '../path.js';

@@ -0,0 +0,0 @@ import { posix } from './posix.js';

@@ -0,0 +0,0 @@ function unimplemented(functionName) {

@@ -0,0 +0,0 @@ var queue = [];

@@ -0,0 +0,0 @@ function unimplemented(name) {

@@ -0,0 +0,0 @@ import punycode from 'punycode';

@@ -0,0 +0,0 @@ import querystring from 'querystring';

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ function unimplemented () {

@@ -0,0 +0,0 @@ import stream from 'stream-browserify';

@@ -0,0 +0,0 @@ // no need to lazy load this, because if stream/consumers are used, buffer has necessarily already been imported.

@@ -0,0 +0,0 @@ import { promises } from '../stream.js';

@@ -0,0 +0,0 @@ export const ByteLengthQueuingStrategy = globalThis.ByteLengthQueuingStrategy;

import string_decoder from 'string_decoder';
export default string_decoder;
export var StringDecoder = string_decoder.StringDecoder;
import util from 'util';
export * from 'util';
export default util;

@@ -0,0 +0,0 @@ import timers from 'timers-browserify';

@@ -0,0 +0,0 @@ import { promisify } from '../util.js';

@@ -0,0 +0,0 @@ function unimplemented () {

export * from './__tty.js';
import * as m from './__tty.js';
export default m;

@@ -0,0 +0,0 @@ // Copyright Joyent, Inc. and other Node contributors.

@@ -0,0 +0,0 @@ import util from 'util';

@@ -0,0 +0,0 @@ import { types } from '../util.js';

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ import vm from 'vm-browserify';

@@ -0,0 +0,0 @@ import { WASI as _WASI } from '@wasmer/wasi/lib/index.esm.js';

@@ -0,0 +0,0 @@ import { EventEmitter, once } from './events.js';

@@ -0,0 +0,0 @@ import zlib from 'browserify-zlib';

@@ -0,0 +0,0 @@ import assert from '../nodelibs/browser/assert.js';

@@ -0,0 +0,0 @@ import * as empty from '../nodelibs/@empty.js';

@@ -0,0 +0,0 @@ import assert from '../nodelibs/browser/assert.js';

@@ -0,0 +0,0 @@ import assert from '../nodelibs/browser/assert.js';

@@ -0,0 +0,0 @@ import assert from '../nodelibs/browser/assert.js';

@@ -0,0 +0,0 @@ import http from "http";

@@ -0,0 +0,0 @@ import { readFile } from '../nodelibs/browser/fs/promises.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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