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

spotify-uri

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-uri - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

dist/show.d.ts

4

dist/parse.js

@@ -15,2 +15,3 @@ "use strict";

const episode_1 = __importDefault(require("./episode"));
const show_1 = __importDefault(require("./show"));
const user_1 = __importDefault(require("./user"));

@@ -83,4 +84,7 @@ const spotify_uri_1 = __importDefault(require("./spotify-uri"));

}
if (parts[1] === 'show') {
return new show_1.default(uri, parts[2]);
}
throw new TypeError(`Could not determine type for: ${uri}`);
}
//# sourceMappingURL=parse.js.map

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/TooTallNate/spotify-uri#readme",
"version": "2.1.0",
"version": "2.2.0",
"main": "./dist/index.js",

@@ -8,0 +8,0 @@ "author": {

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