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

playerui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playerui - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js

@@ -25,2 +25,4 @@ var chalk = require('chalk');

return labels[l];
}).filter(function(l) {
return !!l;
});

@@ -27,0 +29,0 @@ };

2

package.json
{
"name": "playerui",
"version": "1.1.0",
"version": "1.2.0",
"description": "minimalistic mediaplayer commandline ui",

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

@@ -8,4 +8,7 @@ # playerui

```javascript
var ui = require('playerui');
var playerui = require('playerui');
// Initialize UI object
var ui = playerui();
// add some labels

@@ -12,0 +15,0 @@ ui.setLabel('source', 'Source', 'Ty Segall - Manipulator (Album)');

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