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.0.0 to 0.1.0

lib/index.d.ts

29

package.json
{
"name": "mlly",
"version": "0.0.0",
"license": "MIT"
"name": "mlly",
"version": "0.1.0",
"description": "ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": "./lib/index.mjs",
"main": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "node ./test/test.mjs",
"lint": "eslint --ext .mjs lib",
"release": "yarn test && standard-version && npm publish && git push --follow-tags",
"test": "yarn lint"
},
"dependencies": {},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"@types/node": "latest",
"eslint": "latest",
"standard-version": "latest"
}
}
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