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

@cmpsr/analytics

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmpsr/analytics - npm Package Compare versions

Comparing version 0.6.0-20250127134759 to 0.6.0-20250127180146

3

lib/AnalyticsProvider.d.ts
import { FC, ReactNode } from 'react';
import { ISegmentConfig, IGAConfig, IGTagConfig, MetaConfig } from './integrations';
import { AmplitudeConfig } from './integrations/amplitude';
import { ISegmentConfig, IGAConfig, IGTagConfig, MetaConfig, AmplitudeConfig } from './integrations';
export interface IAnalyticsProvider {

@@ -5,0 +4,0 @@ segment?: ISegmentConfig;

@@ -24,3 +24,2 @@ /* eslint-disable prefer-rest-params */ "use strict";

var _jscookie = /*#__PURE__*/ _interop_require_default(require("js-cookie"));
var _amplitude = require("./integrations/amplitude");
function _interop_require_default(obj) {

@@ -103,3 +102,3 @@ return obj && obj.__esModule ? obj : {

segment: _integrations.Segment,
amplitude: _amplitude.Amplitude,
amplitude: _integrations.Amplitude,
meta: _integrations.Meta

@@ -106,0 +105,0 @@ };

@@ -6,1 +6,2 @@ export * from './types';

export * from './meta';
export * from './amplitude';

@@ -10,2 +10,3 @@ "use strict";

_export_star(require("./meta"), exports);
_export_star(require("./amplitude"), exports);
function _export_star(from, to) {

@@ -12,0 +13,0 @@ Object.keys(from).forEach(function(k) {

@@ -10,3 +10,3 @@ {

},
"version": "0.6.0-20250127134759",
"version": "0.6.0-20250127180146",
"author": "Steve Cox <stevejcox@me.com>",

@@ -13,0 +13,0 @@ "license": "MIT",

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