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

@denimlabs/fb-position-validation

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

@denimlabs/fb-position-validation - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

4

dist/index.js

@@ -131,5 +131,3 @@ "use strict";

if (facebook_positions.includes('feed') || instagram_positions.includes('story')) {
if ((device_platforms || []).length === 0 || device_platforms.includes('mobile')) {
return true;
} else {
if ((device_platforms || []).length === 0 || device_platforms.includes('mobile')) {} else {
throw ERRORS.STORY_DEVICE;

@@ -136,0 +134,0 @@ }

@@ -234,3 +234,3 @@ // Optional

) {
return true
// return true
} else {

@@ -237,0 +237,0 @@ throw ERRORS.STORY_DEVICE

{
"name": "@denimlabs/fb-position-validation",
"version": "1.0.14",
"version": "1.0.15",
"description": "Validate facebook positions against denim campaign objectives.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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