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

museria-player

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

museria-player - npm Package Compare versions

Comparing version 0.2.22 to 0.2.23

musiphone.release.aab

18

package.json
{
"name": "museria-player",
"version": "0.2.22",
"version": "0.2.23",
"description": "Global decentralized music player",

@@ -23,6 +23,6 @@ "main": "./src/index.js",

"mm-release-mobile": "npm run mm-release-mobile-debug && npm run mm-release-mobile-release",
"mm-copy-apk-debug": "cross-env-shell cp ./node_modules/musiphone/dist/android/musiphone.debug.apk ./musiphone.debug.apk",
"mm-copy-apk-release": "cross-env-shell cp ./node_modules/musiphone/dist/android/musiphone.release.apk ./musiphone.release.apk",
"mm-copy-apk": "npm run mm-copy-apk-debug && npm run mm-copy-apk-release",
"make-mobile": "npm run mm-install && npm run mm-build-mobile && npm run mm-release-mobile && npm run mm-copy-apk && npm run husky"
"mm-copy-debug": "cross-env-shell cp ./node_modules/musiphone/dist/android/musiphone.debug.apk ./musiphone.debug.apk",
"mm-copy-release": "cross-env-shell cp ./node_modules/musiphone/dist/android/musiphone.release.aab ./musiphone.release.aab",
"mm-copy": "npm run mm-copy-debug && npm run mm-copy-release",
"make-mobile": "npm run mm-install && npm run mm-build-mobile && npm run mm-release-mobile && npm run mm-copy && npm run husky"
},

@@ -53,5 +53,5 @@ "husky": {

"dependencies": {
"museria-global": "^0.2.25",
"musiphone": "^0.2.20",
"spreadable": "^0.2.15"
"museria-global": "^0.2.30",
"musiphone": "^0.2.21",
"spreadable": "^0.2.16"
},

@@ -69,4 +69,4 @@ "devDependencies": {

"engines": {
"node": ">=10.12.0"
"node": ">=10.13.0"
}
}

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