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.2.10 to 0.3.0

dist/index.cjs

26

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

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

"type": "module",
"exports": "./lib/index.mjs",
"main": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"lib"
"dist"
],
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .mjs lib",
"release": "yarn test && standard-version && npm publish && git push --follow-tags",
"test": "mocha ./test/**/*.test.mjs"
"release": "yarn test && yarn build && standard-version && npm publish && git push --follow-tags",
"test": "yarn build && mocha ./test/**/*.test.mjs"
},
"dependencies": {
"import-meta-resolve": "^1.1.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"@types/node": "latest",
"import-meta-resolve": "^1.1.1",
"chai": "^4.3.4",

@@ -31,4 +34,5 @@ "eslint": "latest",

"mocha": "^9.1.2",
"standard-version": "latest"
"standard-version": "latest",
"unbuild": "^0.5.7"
}
}
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