npm

Node package manager

Integrate the npm API with the E2B API

Setup the npm API trigger to run a workflow which integrates with the E2B API. Pipedream's integration platform allows you to integrate npm and E2B remarkably fast. Free for developers.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Run Code with E2B API on New Download Counts from npm API
npm + E2B
 
Try it
Run Code with E2B API on New Package Version from npm API
npm + E2B
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation.

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Run Code with the E2B API

Run or interpret code using the E2B service. See the documentation.

 
Try it

Connect E2B

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import 'dotenv/config';
import { Sandbox } from '@e2b/code-interpreter';

export default defineComponent({
  props: {
    e2b: {
      type: "app",
      app: "e2b",
    }
  },
  async run({steps, $}) {

    const sbx = await Sandbox.create({
        apiKey: this.e2b.$auth.api_key
    }); // By default the sandbox is alive for 5 minutes

    return await sbx.runCode('print("hello world")'); // Execute Python inside the sandbox

  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo