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.0 to 1.10.1

2

lib/_transformations/shim.js

@@ -22,3 +22,3 @@ export const shimFile = (shimFile) => {

console.time("Shimming");
const shim = shimFile(ctx.project.addSourceFileAtPath(ctx.config.shim));
const shim = shimFile(ctx.project.addSourceFileAtPath(ctx.resolve(ctx.config.shim)));
for (const sourceFile of ctx.project.getSourceFiles()) {

@@ -25,0 +25,0 @@ if (!isNodeSpecific(sourceFile)) {

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

@@ -5,0 +5,0 @@ "type": "module",

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