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

@e2b/code-interpreter

Package Overview
Dependencies
Maintainers
3
Versions
103
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.2 to 0.0.3

3

dist/index.d.ts
import { Sandbox, SandboxOpts, ProcessMessage } from 'e2b';
export * from 'e2b';

@@ -261,2 +262,2 @@ /**

export { CodeInterpreter, CreateKernelProps, Execution, ExecutionError, JupyterExtension, MIMEType, Result, CodeInterpreter as default };
export { CodeInterpreter, CreateKernelProps, Execution, ExecutionError, JupyterExtension, Logs, MIMEType, RawData, Result, CodeInterpreter as default };

@@ -35,2 +35,3 @@ "use strict";

};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(

@@ -649,2 +650,3 @@ // If the importer is in node compatibility mode or this is not an ESM

// src/index.ts
__reExport(src_exports, require("e2b"), module.exports);
var src_default = CodeInterpreter;

@@ -654,4 +656,5 @@ // Annotate the CommonJS export names for ESM import in node:

CodeInterpreter,
JupyterExtension
JupyterExtension,
...require("e2b")
});
//# sourceMappingURL=index.js.map
{
"name": "@e2b/code-interpreter",
"version": "0.0.2",
"version": "0.0.3",
"description": "E2B Code Interpreter - Stateful code execution",

@@ -54,3 +54,3 @@ "homepage": "https://e2b.dev",

"dependencies": {
"e2b": "^0.13.1",
"e2b": "^0.16.0",
"isomorphic-ws": "^5.0.0",

@@ -57,0 +57,0 @@ "ws": "^8.15.1"

@@ -48,3 +48,3 @@ # Code interpreter extension for JavaScript

plt.show()
`;
`

@@ -89,43 +89,1 @@ // you can install dependencies in "jupyter notebook style"

```
### Pre-installed Python packages inside the sandbox
The full and always up-to-date list can be found in the [`requirements.txt`](https://github.com/e2b-dev/E2B/blob/stateful-code-interpreter/sandboxes/code-interpreter-stateful/requirements.txt) file.
```text
# Jupyter server requirements
jupyter-server==2.13.0
ipykernel==6.29.3
ipython==8.22.2
# Other packages
aiohttp==3.9.3
beautifulsoup4==4.12.3
bokeh==3.3.4
gensim==4.3.2
imageio==2.34.0
joblib==1.3.2
librosa==0.10.1
matplotlib==3.8.3
nltk==3.8.1
numpy==1.26.4
opencv-python==4.9.0.80
openpyxl==3.1.2
pandas==1.5.3
plotly==5.19.0
pytest==8.1.0
python-docx==1.1.0
pytz==2024.1
requests==2.26.0
scikit-image==0.22.0
scikit-learn==1.4.1.post1
scipy==1.12.0
seaborn==0.13.2
soundfile==0.12.1
spacy==3.7.4
textblob==0.18.0
tornado==6.4
urllib3==1.26.7
xarray==2024.2.0
xlrd==2.0.1
```

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