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

e2b

Package Overview
Dependencies
Maintainers
3
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

e2b - npm Package Compare versions

Comparing version 0.12.6 to 0.12.7

12

dist/index.d.ts

@@ -1357,2 +1357,12 @@ import * as openapi_typescript_fetch_dist_cjs_types from 'openapi-typescript-fetch/dist/cjs/types';

declare class TimeoutError extends Error {
constructor(message: any);
}
declare class AuthenticationError extends Error {
constructor(message: any);
}
declare class CurrentWorkingDirectoryDoesntExistError extends Error {
constructor(message: any);
}
declare enum CodeRuntime {

@@ -1427,2 +1437,2 @@ Node16 = "Node16",

export { API_HOST, Action, Artifact, ClientType, DataAnalysis as CodeInterpreter, CodeRuntime, DataAnalysis, DownloadFileFormat, EnvVars, FileInfo, FilesystemEvent, FilesystemEventListener, FilesystemManager, FilesystemOperation, FilesystemWatcher, OpenPort, Process, ProcessManager, ProcessMessage, ProcessOutput, RunPythonOpts, RunningSandbox, SANDBOX_DOMAIN, Sandbox, SandboxMetadata, SandboxOpts, Terminal, TerminalManager, TerminalOutput, client as api, components, Sandbox as default, paths, runCode, withAPIKey, withAccessToken };
export { API_HOST, Action, Artifact, AuthenticationError, ClientType, DataAnalysis as CodeInterpreter, CodeRuntime, CurrentWorkingDirectoryDoesntExistError, DataAnalysis, DownloadFileFormat, EnvVars, FileInfo, FilesystemEvent, FilesystemEventListener, FilesystemManager, FilesystemOperation, FilesystemWatcher, OpenPort, Process, ProcessManager, ProcessMessage, ProcessOutput, RunPythonOpts, RunningSandbox, SANDBOX_DOMAIN, Sandbox, SandboxMetadata, SandboxOpts, Terminal, TerminalManager, TerminalOutput, TimeoutError, client as api, components, Sandbox as default, paths, runCode, withAPIKey, withAccessToken };

2

package.json
{
"name": "e2b",
"version": "0.12.6",
"version": "0.12.7",
"description": "E2B SDK that give agents cloud environments",

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

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

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