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

mehdux

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mehdux - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

10

package.json

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"source": "src/main.js",

@@ -26,7 +26,7 @@ "main": "dist/mehdux.js",

"bundle:main": "microbundle",
"bundle:preact": "microbundle src/preact.js -o dist/preact.js",
"bundle:react": "microbundle src/react.js -o dist/react.js",
"bundle":
"bundle:preact": "microbundle src/preact.js -o ./preact.js -f cjs",
"bundle:react": "microbundle src/react.js -o ./react.js -f cjs",
"build":
"npm run bundle:main && npm run bundle:preact && npm run bundle:react",
"build": "npm run bundle",
"prepublish": "npm run build",
"test": "echo 'should add some tests.. :)'"

@@ -33,0 +33,0 @@ },

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