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

@aperture.io/analytics

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aperture.io/analytics - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/index.js

@@ -1500,3 +1500,3 @@ // source/applyMiddleware.ts

}, [contextDispatch, dispatchOverride]);
const mergedEventState = deepMerge(context.eventData, localEventData);
const mergedEventState = options.localDataOnly ? localEventData : deepMerge(context.eventData, localEventData);
const [eventData, setEventData] = useState(mergedEventState);

@@ -1503,0 +1503,0 @@ if (!isEqual_default(eventData, mergedEventState))

@@ -7,2 +7,3 @@ import React from 'react';

dispatchOnMount?: boolean;
localDataOnly?: boolean;
}) => {

@@ -9,0 +10,0 @@ Provider: ({ children }: {

{
"private": false,
"name": "@aperture.io/analytics",
"version": "0.1.3",
"version": "0.1.4",
"description": "Declarative React analytics library",

@@ -6,0 +6,0 @@ "author": "Eldar Shamukhamedov",

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