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

deno.ns

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deno.ns - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

20

dist/index.js

@@ -24,7 +24,5 @@ "use strict";

};
var _a, _b, _c, _d, _e, _f;
var _a, _b, _c, _d, _e, _f, _g;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Response = exports.Request = exports.Headers = exports.FormData = exports.File = exports.fetch = exports.Deno = exports.crypto = exports.Blob = void 0;
var buffer_1 = require("buffer");
Object.defineProperty(exports, "Blob", { enumerable: true, get: function () { return buffer_1.Blob; } });
exports.Response = exports.Request = exports.Headers = exports.FormData = exports.File = exports.fetch = exports.Blob = exports.Deno = exports.crypto = void 0;
var crypto_1 = require("crypto");

@@ -36,7 +34,9 @@ Object.defineProperty(exports, "crypto", { enumerable: true, get: function () { return crypto_1.webcrypto; } });

const undici = __importStar(require("undici"));
exports.fetch = (_a = globalThis["fetch"]) !== null && _a !== void 0 ? _a : undici.fetch;
exports.File = (_b = globalThis["File"]) !== null && _b !== void 0 ? _b : undici.File;
exports.FormData = (_c = globalThis["FormData"]) !== null && _c !== void 0 ? _c : undici.FormData;
exports.Headers = (_d = globalThis["Headers"]) !== null && _d !== void 0 ? _d : undici.Headers;
exports.Request = (_e = globalThis["Request"]) !== null && _e !== void 0 ? _e : undici.Request;
exports.Response = (_f = globalThis["Response"]) !== null && _f !== void 0 ? _f : undici.Response;
const buffer_1 = require("buffer");
exports.Blob = (_a = globalThis["Blob"]) !== null && _a !== void 0 ? _a : buffer_1.Blob;
exports.fetch = (_b = globalThis["fetch"]) !== null && _b !== void 0 ? _b : undici.fetch;
exports.File = (_c = globalThis["File"]) !== null && _c !== void 0 ? _c : undici.File;
exports.FormData = (_d = globalThis["FormData"]) !== null && _d !== void 0 ? _d : undici.FormData;
exports.Headers = (_e = globalThis["Headers"]) !== null && _e !== void 0 ? _e : undici.Headers;
exports.Request = (_f = globalThis["Request"]) !== null && _f !== void 0 ? _f : undici.Request;
exports.Response = (_g = globalThis["Response"]) !== null && _g !== void 0 ? _g : undici.Response;
{
"name": "deno.ns",
"version": "0.7.2",
"version": "0.7.3",
"description": "Deno namespace shim for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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