Socket
Socket
Sign inDemoInstall

@deno/shim-deno

Package Overview
Dependencies
Maintainers
3
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.1.0 to 0.1.1

2

dist/deno/internal/fs_flags.js

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

}
if (!opts.createNew)
if (opts.createNew)
return O_CREAT | O_EXCL;

@@ -82,0 +82,0 @@ throw new errors.BadResource("EINVAL: Invalid fs flags.");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typescript = exports.deno = void 0;
exports.deno = "1.17.0";
exports.deno = "1.17.1";
exports.typescript = "4.5.2";

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

"Deno.metrics() shim returns a dummy object that does not update.",
"If you think this is a mistake, raise an issue at https://github.com/denoland/node-shims/issues",
"If you think this is a mistake, raise an issue at https://github.com/denoland/node_deno_shims/issues",
].join("\n"));

@@ -11,0 +11,0 @@ return {

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

"Deno.resources() shim returns a dummy object that does not update.",
"If you think this is a mistake, raise an issue at https://github.com/denoland/node-shims/issues",
"If you think this is a mistake, raise an issue at https://github.com/denoland/node_deno_shims/issues",
].join("\n"));

@@ -11,0 +11,0 @@ return {};

{
"name": "@deno/shim-deno",
"version": "0.1.0",
"version": "0.1.1",
"description": "Deno namespace shim for Node.js",

@@ -22,3 +22,3 @@ "keywords": [

"type": "git",
"url": "https://github.com/denoland/node-shims.git"
"url": "https://github.com/denoland/node_deno_shims.git"
},

@@ -25,0 +25,0 @@ "exports": {

@@ -6,3 +6,3 @@ # @deno/shim-deno

See
[PROGRESS.md](https://github.com/denoland/node-shims/blob/main/packages/shim-deno/PROGRESS.md)
[PROGRESS.md](https://github.com/denoland/node_deno_shims/blob/main/packages/shim-deno/PROGRESS.md)

@@ -9,0 +9,0 @@ ## Acknowledgements

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