Socket
Socket
Sign inDemoInstall

@deno/shim-deno

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deno/shim-deno - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

dist/deno/internal/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typescript = exports.deno = void 0;
exports.deno = "1.22.1";
exports.typescript = "4.6.2";
exports.deno = "1.23.2";
exports.typescript = "4.7.2";

@@ -7,3 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sleepSync = exports.utimeSync = exports.utime = exports.futimeSync = exports.futime = void 0;
exports.utimeSync = exports.utime = exports.futimeSync = exports.futime = void 0;
const fs_1 = __importDefault(require("fs"));

@@ -64,6 +64,1 @@ const errorMap_js_1 = __importDefault(require("../internal/errorMap.js"));

exports.utimeSync = utimeSync;
const sleepSync = function (milliseconds) {
// https://github.com/sindresorhus/sleep-synchronously/blob/main/index.js
Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, milliseconds);
};
exports.sleepSync = sleepSync;
{
"name": "@deno/shim-deno",
"version": "0.6.0",
"version": "0.7.0",
"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