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.0.27 to 0.0.28

3

lib/AnalyticsProvider.d.ts

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

import React from 'react';
import React, { ReactNode } from 'react';
import { ISegmentConfig, IGAConfig } from './integrations';

@@ -6,2 +6,3 @@ export interface IAnalyticsProvider {

ga?: IGAConfig;
children: ReactNode;
}

@@ -8,0 +9,0 @@ export declare const _AnalyticsProvider: React.FC<IAnalyticsProvider>;

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

},
"version": "0.0.27",
"version": "0.0.28",
"author": "Steve Cox <stevejcox@me.com>",

@@ -29,9 +29,9 @@ "license": "MIT",

"dependencies": {
"js-cookie": "^2.2.1",
"js-cookie": "^3.0.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/js-cookie": "^2.2.5"
"@types/js-cookie": "^3.0.2"
},
"gitHead": "5cfe42b28c0cec778ed0c48f3e76ae2136b667ba"
"gitHead": "1584144554f591233e9f70dfb00225ccbf2b79ac"
}

Sorry, the diff of this file is not supported yet

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