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

7digital-api

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7digital-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

main.js

@@ -5,9 +5,5 @@ var config = require('./config').Config,

for (prop in api) {
if (api.hasOwnProperty(prop)) {
exports[prop] = api[prop];
}
}
module.exports = api;
exports.with = function(options) {
module.exports.with = function(options) {
var prop;

@@ -14,0 +10,0 @@

{
"name": "7digital-api",
"version": "0.1.0",
"version": "0.1.1",
"description" : "Simple 7digital API wrapper for nodeJS",

@@ -5,0 +5,0 @@ "homepage": [

@@ -6,3 +6,7 @@ Node.js API Wrapper

About 7digital
==============
7digital.com is an online music store operating in over 16 countries and offering more than 11 million high quality DRM free MP3s (320kbps) from all major labels and wide range of idependent labels and distributors. 7digital API will give you access to the full catalogue including high quality album art, 30s preview clips for all tracks, commissions on sales, integrated purchasing and full length streaming. More details at [developer.7digital.net](http://developer.7digital.net/)
WHAT IS THIS?

@@ -58,3 +62,3 @@ =============

artists = new api.Artists()
artists = new api.Artists();

@@ -61,0 +65,0 @@ artists.getReleases({ artistid: 1 }, function(err, data) {

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