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

@uidu/analytics

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uidu/analytics - npm Package Compare versions

Comparing version 0.6.12 to 0.6.13

6

CHANGELOG.md
# @uidu/analytics
## 0.6.13
### Patch Changes
- 9885c54c9: Bump dependencies
## 0.6.12

@@ -4,0 +10,0 @@

2

dist/package.json
{
"name": "@uidu/analytics",
"version": "0.6.12"
"version": "0.6.13"
}

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

_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {});
// Update patched event props only if the original props have changed
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) {

@@ -242,4 +243,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) {

}
// Update patched event props only if the original props have changed
_createClass(AnalyticsContextConsumer, [{

@@ -246,0 +245,0 @@ key: "render",

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

_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {});
// Update patched event props only if the original props have changed
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) {

@@ -242,4 +243,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) {

}
// Update patched event props only if the original props have changed
_createClass(AnalyticsContextConsumer, [{

@@ -246,0 +245,0 @@ key: "render",

@@ -185,2 +185,3 @@ import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray';

_defineProperty(_assertThisInitialized(_this), "patchedEventProps", {});
// Update patched event props only if the original props have changed
_defineProperty(_assertThisInitialized(_this), "updatePatchedEventProps", function (props) {

@@ -233,4 +234,2 @@ var changedPropCallbacks = Object.keys(_this.props.createEventMap).filter(function (p) {

}
// Update patched event props only if the original props have changed
_createClass(AnalyticsContextConsumer, [{

@@ -237,0 +236,0 @@ key: "render",

{
"name": "@uidu/analytics",
"version": "0.6.12",
"version": "0.6.13",
"description": "The uidu component analytics framework",

@@ -12,3 +12,3 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/analytics",

"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime": "^7.21.0",
"prop-types": "^15.8.1",

@@ -18,6 +18,6 @@ "tslib": "^2.5.0"

"devDependencies": {
"@uidu/button": "^1.3.36",
"@uidu/docs": "^0.5.25",
"@uidu/field-text": "^2.0.8",
"@uidu/form": "^2.2.5",
"@uidu/button": "^1.3.37",
"@uidu/docs": "^0.5.26",
"@uidu/field-text": "^2.0.9",
"@uidu/form": "^2.2.9",
"lodash.isequal": "^4.5.0",

@@ -24,0 +24,0 @@ "react": "^18.2.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