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

@invrs/ads

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invrs/ads - npm Package Compare versions

Comparing version 0.8.9 to 0.8.10

8

dist/targets.js

@@ -77,3 +77,3 @@ "use strict";

unit = _ref.unit;
var baseTargets = store.getSync("dfp.targets");
var baseTargets = store.getSync("inverse.dfp.targets");
var indexPad = pad(index, 2);

@@ -84,6 +84,8 @@ var unitPad = pad(_config.units.indexOf(unit) + 1, 2);

if (targets) {
targetBase = targetMap(targets);
targetBase = targetMap((0, _objectSpread2.default)({}, baseTargets, targets));
} else {
targetBase = targetMap(baseTargets);
}
return (0, _objectSpread2.default)({}, baseTargets, targetBase, {
return (0, _objectSpread2.default)({}, targetBase, {
in: indexPad,

@@ -90,0 +92,0 @@ tl: unitPad

{
"name": "@invrs/ads",
"version": "0.8.9",
"version": "0.8.10",
"description": "Inverse ad code",

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

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