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.3 to 0.8.4

11

dist/targets.js

@@ -74,8 +74,13 @@ "use strict";

var index = _ref.index,
_ref$targets = _ref.targets,
targets = _ref$targets === void 0 ? {} : _ref$targets,
targets = _ref.targets,
unit = _ref.unit;
var indexPad = pad(index, 2);
var unitPad = pad(_config.units.indexOf(unit) + 1, 2);
return (0, _objectSpread2.default)({}, targets, {
var targetBase = {};
if (targets) {
targetBase = targetMap(targets);
}
return (0, _objectSpread2.default)({}, targetBase, {
in: indexPad,

@@ -82,0 +87,0 @@ tl: unitPad

{
"name": "@invrs/ads",
"version": "0.8.3",
"version": "0.8.4",
"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