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 1.0.0 to 1.1.0

dist/dfp/a9.js

8

dist/index.js

@@ -40,2 +40,4 @@ "use strict";

var _dfp = _interopRequireDefault(require("./dfp"));
var _googletag = require("./googletag");

@@ -51,3 +53,3 @@

// Constants
var store = (0, _dotStore.default)(); // Initializers
var store = (0, _dfp.default)("article")((0, _dotStore.default)()); // Initializers

@@ -74,3 +76,3 @@ init(); // Functions

_context.next = 5;
return store.onceEmitted("article.dfp.loaded").then(_googletag.initGoogletag);
return store.withOp("*").onceEmitted("article.dfp.loaded", _googletag.initGoogletag);

@@ -102,3 +104,3 @@ case 5:

_context2.next = 3;
return store.onceEmitted("article.iframes.".concat(id, ".").concat(event)).then(fn);
return store.withOp("*").onceEmitted("article.iframes.".concat(id, ".").concat(event), fn);

@@ -105,0 +107,0 @@ case 3:

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