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

deno2node

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deno2node - npm Package Compare versions

Comparing version 1.10.1 to 1.11.0

2

lib/shim.node.d.ts

@@ -0,1 +1,3 @@

/// <reference types="node" />
/// <reference types="node" />
import { chmod } from "node:fs/promises";

@@ -2,0 +4,0 @@ import { isatty } from "node:tty";

6

package.json
{
"name": "deno2node",
"version": "1.10.1",
"version": "1.11.0",
"description": "`tsc` replacement for transpiling Deno libraries to run on Node.js.",

@@ -46,9 +46,9 @@ "type": "module",

"dependencies": {
"ts-morph": "^20.0.0"
"ts-morph": "^21.0.1"
},
"devDependencies": {
"@types/node": "^18.15.11",
"deno-bin": "~1.37.0",
"deno-bin": "~1.39.0",
"fast-check": "^3.10.0"
}
}
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