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

cjs-esm

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjs-esm - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

17

package.json
{
"name": "cjs-esm",
"version": "0.1.0",
"version": "0.1.1",
"description": "Another CommonJs transform ESModule lib.",

@@ -13,8 +13,9 @@ "main": "dist/index.js",

},
"dependencies": {},
"dependencies": {
"acorn": "^8.x",
"acorn-walk": "^8.x"
},
"devDependencies": {
"acorn": "^8.4.1",
"acorn-walk": "^8.1.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.x",
"typescript": "^4.x"
},

@@ -24,5 +25,5 @@ "files": [

"package.json",
"README.md",
"tsconfig.json"
"tsconfig.json",
"README.md"
]
}

@@ -17,2 +17,2 @@ {

"include": ["src/**/*.ts"]
}
}
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