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

@adv-ui/ma-segment-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adv-ui/ma-segment-wrapper - npm Package Compare versions

Comparing version 1.16.0 to 1.17.0

4

lib/initialConfig/index.js

@@ -0,1 +1,2 @@

import _extends from "@babel/runtime/helpers/esm/extends";
import { isClient } from '../utils';

@@ -7,3 +8,4 @@ import getInitialConfig from './getInitialConfig';

window.__mpi = window.__mpi || {};
window.__mpi.segmentWrapper = getInitialConfig(); // Avoid to set the initial config more than once.
var oldSegmentWrapper = window.__mpi.segmentWrapper || {};
window.__mpi.segmentWrapper = _extends({}, oldSegmentWrapper, getInitialConfig()); // Avoid to set the initial config more than once.

@@ -10,0 +12,0 @@ _setInitialConfig = function setInitialConfig() {};

{
"name": "@adv-ui/ma-segment-wrapper",
"version": "1.16.0",
"version": "1.17.0",
"description": "Milanuncios Segment Wrapper",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

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