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

discotify

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discotify - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

13

index.ts

@@ -83,3 +83,3 @@ #!/usr/bin/env ts-node

let latest = ~~(res.data.version.split('.').join(''));
if (latest > version) return logger.error(`A new version of Discotify is avalible\nPlease get the latest version from: https://github.com/KurozeroPB/discotify`);
if (latest > version) return logger.error(`A new version of Discotify is avalible\nPlease get the latest version from: https://www.npmjs.com/package/discotify or use npm install -g discotify@latest`);
return logger.info(`Discotify is up-to-date using v${sVersion}`);

@@ -111,2 +111,11 @@ }

`);
}
}
process.on('SIGINT', () => {
rpc.destroy()
.catch((err) => logger.error(err.stack ? err.stack : err.toString()));
setTimeout(() => {
process.exit(0);
}, 5000);
});

2

package.json
{
"name": "discotify",
"version": "0.2.14",
"version": "0.2.15",
"description": "Discord Rich Presence for spotify in TypeScript",

@@ -5,0 +5,0 @@ "homepage": "https://kurozero.xyz",

@@ -1,2 +0,2 @@

# discotify `0.2.14`
# discotify `0.2.15`
Spotify Rich Presence for Discord in TypeScript<br/>

@@ -6,3 +6,3 @@ *shows your currently playing song as a fancy rich presence in Discord*

Install globally with:<br/>
`npm install -g discotify@0.2.14`
`npm install -g discotify@0.2.15`

@@ -9,0 +9,0 @@ ## Requirements

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