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

0te

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0te - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

examples/aws-lambda.js

4

lib/core/network/client.js

@@ -7,3 +7,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

const path = require("path");
const node_fetch_1 = require("node-fetch");
// const node_fetch_1 = require("node-fetch");
const check_1 = require("../helpers/check");

@@ -151,3 +151,3 @@ const compact_1 = require("../helpers/compact");

if (media.url !== undefined) {
const res = await node_fetch_1.default(media.url, { agent });
const res = await fetch(media.url, { agent });
return form.addPart({

@@ -154,0 +154,0 @@ headers: {

@@ -25,3 +25,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

var session_1 = require("./session");
Object.defineProperty(exports, "Session", { enumerable: true, get: function () { return session_1.Session; } });
Object.defineProperty(exports, "session", { enumerable: true, get: function () { return session_1.session; } });

@@ -28,0 +28,0 @@

{
"name": "0te",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "dependencies": {

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