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

cjs2es6

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjs2es6 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "cjs2es6",
"version": "0.1.0",
"version": "0.1.1",
"description": "Automatic migration from CommonJS to ES6 modules",

@@ -60,3 +60,3 @@ "main": "index.mjs",

},
"homepage": "https://github.com/tripu/cjs2es6",
"homepage": "https://github.com/tripu/cjs2es6/blob/master/.github/README.md",
"dependencies": {

@@ -69,5 +69,5 @@ "globby": "^13.1.2"

"test": "npm run clean && npm run process-samples",
"prepack": "cp .github/README.md .github/LICENSE.txt ./",
"postpack": "rm -f README.md LICENSE.txt"
"prepack": "cp .github/README.md ./",
"postpack": "rm -f README.md"
}
}

@@ -6,4 +6,7 @@ ![Logo](https://repository-images.githubusercontent.com/511783578/1f964778-5079-47f5-a1dd-13c62f66dc49)

Copyright © 2016–2022 James J. Womack, Ole Morten Didriksen, luoage, tripu.
See [the licence](./LICENSE.txt).
See [the licence](../LICENSE.txt).
[![npm version](https://img.shields.io/npm/v/cjs2es6.svg)](https://npmjs.org/package/cjs2es6)
[![Licence](https://img.shields.io/npm/l/cjs2es6.svg)](https://github.com/tripu/cjs2es6/blob/master/LICENSE.txt)
## Prerequisites

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