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.5.17 to 1.0.0

20

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

@@ -19,2 +19,9 @@ "repository": "unjs/mlly",

],
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts src test",
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run"
},
"dependencies": {

@@ -38,10 +45,3 @@ "acorn": "^8.8.1",

},
"packageManager": "pnpm@7.14.1",
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts src test",
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run"
}
}
"packageManager": "pnpm@7.14.1"
}
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