New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esm-to-cjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esm-to-cjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "esm-to-cjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Transform ESM to Common JS for present NodeJS, without any junk wrappers or useless renaming",

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

@@ -176,3 +176,3 @@ ## esm-to-cjs

// gulpfile.js
const esm-to-cjs = require("gulp-esm-to-cjs");
const esmToCjs = require("gulp-esm-to-cjs");

@@ -182,3 +182,3 @@ function convert() {

.src(src)
.pipe(esm-to-cjs(options))
.pipe(esmToCjs(options))
.pipe(gulp.dest(dest));

@@ -185,0 +185,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