Socket
Socket
Sign inDemoInstall

mlly

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlly - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "mlly",
"version": "0.4.1",
"version": "0.4.2",
"description": "Missing ECMAScript module utils for Node.js",

@@ -5,0 +5,0 @@ "repository": "unjs/mlly",

@@ -170,3 +170,3 @@ # mlly

hasESMSyntax('export default foo = 123') // true
hasCJSSyntax('export default foo = 123') // false
```

@@ -184,3 +184,3 @@

// { hasESM: true, hasCJS: true, isMixed: true }
hasESMSyntax('export default require("lodash")')
detectSyntax('export default require("lodash")')
```

@@ -187,0 +187,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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