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

@e2b/code-interpreter

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e2b/code-interpreter - npm Package Compare versions

Comparing version 0.0.9-beta.61 to 0.0.9-beta.62

8

dist/index.d.ts

@@ -26,8 +26,10 @@ import { ConnectionConfig, Sandbox } from 'e2b';

label: string;
points: [number, number][];
points: [number | string, number | string][];
};
type PointGraph = Graph2D & {
x_ticks: number[];
x_ticks: (number | string)[];
x_scale: string;
x_tick_labels: string[];
y_ticks: number[];
y_ticks: (number | string)[];
y_scale: string;
y_tick_labels: string[];

@@ -34,0 +36,0 @@ elements: PointData[];

{
"name": "@e2b/code-interpreter",
"version": "0.0.9-beta.61",
"version": "0.0.9-beta.62",
"description": "E2B Code Interpreter - Stateful code execution",

@@ -5,0 +5,0 @@ "homepage": "https://e2b.dev",

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