Socket
Socket
Sign inDemoInstall

@musora/helper-functions

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@musora/helper-functions - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

11

modules/content.js

@@ -250,2 +250,8 @@ import Utils from './utils';

{
type: 'song-tutorial',
label: 'Song Tutorial',
icon: 'icon-songs',
brands: ['pianote'],
},
{
type: 'play-along',

@@ -498,4 +504,4 @@ label: 'Play-Along',

singeo: alwaysHasChildren,
guitareo: [...alwaysHasChildren, 'play-along', 'song'],
pianote: [...alwaysHasChildren, 'song'],
guitareo: [...alwaysHasChildren, 'play-along'],
pianote: [...alwaysHasChildren, 'song-tutorial'],
recordeo: alwaysHasChildren

@@ -525,2 +531,3 @@ };

'learning-path-lesson': 'learning-path-course',
'song-tutorial-children': 'song-tutorial',
}[childType];

@@ -527,0 +534,0 @@ },

2

package.json
{
"name": "@musora/helper-functions",
"version": "0.1.27",
"version": "0.1.28",
"description": "Helper functions for MusoraJS",

@@ -5,0 +5,0 @@ "main": "index.js",

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