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.7.0 to 0.8.0

4

dist/deno/internal/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typescript = exports.deno = void 0;
exports.deno = "1.23.2";
exports.typescript = "4.7.2";
exports.deno = "1.24.0";
exports.typescript = "4.7.4";
{
"name": "@deno/shim-deno",
"version": "0.7.0",
"version": "0.8.0",
"description": "Deno namespace shim for Node.js",

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

@@ -15,1 +15,18 @@ # @deno/shim-deno

[@trgwii](https://github.com/trgwii).
## Contributing
### Updating Deno
1. Update local version.
1. In `/.github/workflows/ci.yml`, increase the deno version in the setup-deno
action
1. Update version in `./tools/denolib.ts`
1. Go into `./third_party/deno` and update the submodule (there's probably
better instructions):
- `git fetch`
- `git pull --recurse-submodules`
- `git checkout v1.x.x` -- replace with version
1. In this package ensure the following work and if not, fix any issues:
- `npm run build`
- `npm run test`
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