New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-snapchat-marketing

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-snapchat-marketing - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "node-snapchat-marketing",
"version": "1.0.5",
"version": "1.0.6",
"description": "Nodejs client for unofficial Snapchat Marketing API",

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

@@ -16,3 +16,2 @@ const fetch = require("node-fetch")

accessToken: `https://accounts.snapchat.com/login/oauth2/access_token?grant_type=${grant_type}&client_secret=${client_secret}&client_id=${client_id}`,
// accessToken: `https://accounts.snapchat.com/login/oauth2/access_token?grant_type=${grant_type}&client_secret=${client_secret}&client_id=${client_id}`,
me: "https://adsapi.snapchat.com/v1/me",

@@ -63,3 +62,2 @@ mediaBase: "https://adsapi.snapchat.com/v1/adaccounts",

// Organizations
// TODO - Add withAdAccounts option
Snap.prototype.getAllOrganizations = function(callback)

@@ -143,3 +141,2 @@ {

// TODO - add capability to refresh access token
Snap.prototype.setRefreshToken = function(refreshToken)

@@ -146,0 +143,0 @@ {