Socket
Socket
Sign inDemoInstall

@chialab/cjs-to-esm

Package Overview
Dependencies
3
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.8 to 0.17.9

2

lib/index.js

@@ -273,3 +273,3 @@ import { TokenType, parse, walk, getBlock, getStatement, parseCommonjs, parseEsm, createEmptySourcemapComment } from '@chialab/estransform';

if (typeof value === 'function') {
return value.bind(__umdGlobal);
return Object.assign(value.bind(__umdGlobal), value);
}

@@ -276,0 +276,0 @@ return value;

{
"name": "@chialab/cjs-to-esm",
"type": "module",
"version": "0.17.8",
"version": "0.17.9",
"description": "A commonjs to esm converter.",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc