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

@honkandgo/snapchatads

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@honkandgo/snapchatads - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

6

dist/cjs/metrics.js

@@ -62,5 +62,5 @@ "use strict";

end = new Date(date.split('Z')[0] + timezoneStr);
end.setUTCDate(end.getUTCDate() + 1);
console.log(start.toISOString());
console.log('timezonest', timezoneStr);
end.setUTCDate(end.getUTCDate() + 1);
console.log(end.toISOString());
conversionTypes = [

@@ -74,3 +74,3 @@ 'conversion_purchases',

swipe_up_attribution_window: '1_DAY',
view_attribution_window: 'NONE',
view_attribution_window: '1_DAY',
fields: "impressions,swipes,uniques,spend,".concat(conversionTypes.join(','))

@@ -77,0 +77,0 @@ })];

@@ -59,5 +59,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

end = new Date(date.split('Z')[0] + timezoneStr);
end.setUTCDate(end.getUTCDate() + 1);
console.log(start.toISOString());
console.log('timezonest', timezoneStr);
end.setUTCDate(end.getUTCDate() + 1);
console.log(end.toISOString());
conversionTypes = [

@@ -71,3 +71,3 @@ 'conversion_purchases',

swipe_up_attribution_window: '1_DAY',
view_attribution_window: 'NONE',
view_attribution_window: '1_DAY',
fields: "impressions,swipes,uniques,spend,".concat(conversionTypes.join(','))

@@ -74,0 +74,0 @@ })];

{
"name": "@honkandgo/snapchatads",
"version": "0.0.15",
"version": "0.0.16",
"description": "Wrapper for the snapchat ads api.",

@@ -5,0 +5,0 @@ "license": "MIT",

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

# tiktokads
# Snapchat Ads

@@ -3,0 +3,0 @@ Access Snapchat Ads REST API (json based) from Node.js.

@@ -30,7 +30,7 @@ import { get } from './api.js';

const end = new Date(date.split('Z')[0] + timezoneStr);
end.setUTCDate(end.getUTCDate() + 1);
console.log(start.toISOString());
console.log('timezonest', timezoneStr);
console.log(end.toISOString());
end.setUTCDate(end.getUTCDate() + 1);

@@ -76,3 +76,3 @@ const conversionTypes = [

swipe_up_attribution_window: '1_DAY',
view_attribution_window: 'NONE',
view_attribution_window: '1_DAY',
fields: `impressions,swipes,uniques,spend,${conversionTypes.join(',')}`,

@@ -79,0 +79,0 @@ },

Sorry, the diff of this file is not supported yet

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