New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@folklore/ads

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@folklore/ads - npm Package Compare versions

Comparing version 0.0.76 to 0.0.77

9

dist/cjs.js

@@ -1109,2 +1109,3 @@ 'use strict';

richAdClassName: PropTypes__default["default"].string,
richAdIframeClassName: PropTypes__default["default"].string,
onRender: PropTypes__default["default"].func,

@@ -1130,2 +1131,3 @@ onDestroy: PropTypes__default["default"].func,

richAdClassName: null,
richAdIframeClassName: null,
onRender: null,

@@ -1153,2 +1155,3 @@ onDestroy: null,

richAdClassName,
richAdIframeClassName,
onRender,

@@ -1312,5 +1315,5 @@ onDestroy,

id: id,
style: {
position: isRendered && richAd !== null ? 'absolute' : null
}
className: classNames__default["default"]([{
[richAdIframeClassName]: richAdIframeClassName !== null && isRendered && richAd !== null
}])
}), isRendered && richAd !== null ? /*#__PURE__*/jsxRuntime.jsx(RichAd, {

@@ -1317,0 +1320,0 @@ richAd: richAd,

@@ -1091,2 +1091,3 @@ import PropTypes from 'prop-types';

richAdClassName: PropTypes.string,
richAdIframeClassName: PropTypes.string,
onRender: PropTypes.func,

@@ -1112,2 +1113,3 @@ onDestroy: PropTypes.func,

richAdClassName: null,
richAdIframeClassName: null,
onRender: null,

@@ -1135,2 +1137,3 @@ onDestroy: null,

richAdClassName,
richAdIframeClassName,
onRender,

@@ -1294,5 +1297,5 @@ onDestroy,

id: id,
style: {
position: isRendered && richAd !== null ? 'absolute' : null
}
className: classNames([{
[richAdIframeClassName]: richAdIframeClassName !== null && isRendered && richAd !== null
}])
}), isRendered && richAd !== null ? /*#__PURE__*/jsx(RichAd, {

@@ -1299,0 +1302,0 @@ richAd: richAd,

{
"name": "@folklore/ads",
"version": "0.0.76",
"version": "0.0.77",
"description": "Ads library",

@@ -53,3 +53,3 @@ "keywords": [

},
"gitHead": "4c607d1f1a031278d3cf2249a84452a214af57b0",
"gitHead": "9396a889403576ed2daf2f06d597e9ad5b1a8ca7",
"dependencies": {

@@ -56,0 +56,0 @@ "@folklore/hooks": "^0.0.65",

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