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

@anywidget/types

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anywidget/types - npm Package Compare versions

Comparing version

to
0.1.8

2

./index.ts

@@ -46,3 +46,3 @@ import type { IWidgetManager } from "@jupyter-widgets/base";

type Experimental = {
export type Experimental = {
invoke: <T>(

@@ -49,0 +49,0 @@ name: string,

@@ -26,3 +26,3 @@ import type { IWidgetManager } from "@jupyter-widgets/base";

}
type Experimental = {
export type Experimental = {
invoke: <T>(name: string, msg?: any, buffers?: DataView[]) => Promise<[T, DataView[]]>;

@@ -29,0 +29,0 @@ };

{
"name": "@anywidget/types",
"type": "module",
"version": "0.1.7",
"version": "0.1.8",
"description": "utility types for anywidget",

@@ -6,0 +6,0 @@ "main": "dist/index.js",