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.7 to 0.8.8

1

dist/index.js

@@ -217,2 +217,3 @@ "use strict";

index: index,
store: store,
targets: targets,

@@ -219,0 +220,0 @@ unit: unit

4

dist/targets.js

@@ -74,4 +74,6 @@ "use strict";

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

@@ -85,3 +87,3 @@ var unitPad = pad(_config.units.indexOf(unit) + 1, 2);

return (0, _objectSpread2.default)({}, targetBase, {
return (0, _objectSpread2.default)({}, baseTargets, targetBase, {
in: indexPad,

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

{
"name": "@invrs/ads",
"version": "0.8.7",
"version": "0.8.8",
"description": "Inverse ad code",

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

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