Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dc-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dc-polyfill - npm Package Compare versions

Comparing version
0.1.7
to
0.1.8
+9
-10
dc-polyfill.mjs

@@ -1,12 +0,11 @@

import * as dc from './dc-polyfill.js';
import dcModule from './dc-polyfill.js';
export default dc;
export default dcModule;
export const {
Channel,
channel,
hasSubscribers,
subscribe,
tracingChannel,
unsubscribe
} = dc;
// Always export all required functions, whether they exist or we need to create them
export const Channel = dcModule.Channel;
export const channel = dcModule.channel;
export const hasSubscribers = dcModule.hasSubscribers;
export const tracingChannel = dcModule.tracingChannel;
export const subscribe = dcModule.subscribe;
export const unsubscribe = dcModule.unsubscribe;
{
"name": "dc-polyfill",
"version": "0.1.7",
"version": "0.1.8",
"description": "A polyfill for the internal diagnostics_channel module",

@@ -5,0 +5,0 @@ "main": "dc-polyfill.js",