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

@schibsted/niche-ads

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schibsted/niche-ads - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

6

lib/types.d.ts

@@ -38,5 +38,5 @@ export type Device = 'desktop' | 'tablet' | 'mobile';

type PlacementConfigByPagePype = {
front: PlacementConfig[];
article: PlacementConfig[];
other: PlacementConfig[];
front?: PlacementConfig[];
article?: PlacementConfig[];
other?: PlacementConfig[];
};

@@ -43,0 +43,0 @@ export type AdsConfig = {

{
"name": "@schibsted/niche-ads",
"version": "5.0.3",
"version": "5.0.4",
"description": "Package containing ads logic reappearing across our projects",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

},
"gitHead": "c2d0ccf243362b1c0d6532ad79df3fbef47ddcb3"
"gitHead": "50ecdfd22b18a2104b36d86cc9d6614c7556727d"
}

@@ -46,5 +46,5 @@ export type Device = 'desktop' | 'tablet' | 'mobile';

type PlacementConfigByPagePype = {
front: PlacementConfig[];
article: PlacementConfig[];
other: PlacementConfig[];
front?: PlacementConfig[];
article?: PlacementConfig[];
other?: PlacementConfig[];
};

@@ -51,0 +51,0 @@

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