Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.5 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 @@ {

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