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

@atlaskit/analytics-next

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/analytics-next - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

3

CHANGELOG.md
# @atlaskit/analytics-next
## 1.1.10
- [patch] Adjusted exports to prevent attempted exporting of flow types in built code. [183ee96](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/183ee96)
## 1.1.9

@@ -4,0 +7,0 @@ - [patch] Updates flow types of withAnalyticsEvents and withAnalyticsContext HOCs [26778bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26778bc)

21

dist/cjs/index.js

@@ -25,17 +25,2 @@ 'use strict';

var _types = require('./types');
Object.defineProperty(exports, 'AnalyticsEventInterface', {
enumerable: true,
get: function get() {
return _types.AnalyticsEventInterface;
}
});
Object.defineProperty(exports, 'UIAnalyticsEventInterface', {
enumerable: true,
get: function get() {
return _types.UIAnalyticsEventInterface;
}
});
var _AnalyticsListener = require('./AnalyticsListener');

@@ -76,8 +61,2 @@

});
Object.defineProperty(exports, 'WithAnalyticsEventsProps', {
enumerable: true,
get: function get() {
return _withAnalyticsEvents.WithAnalyticsEventsProps;
}
});

@@ -84,0 +63,0 @@ var _createAndFireEvent = require('./createAndFireEvent');

@@ -6,4 +6,4 @@

export { default as UIAnalyticsEvent } from './UIAnalyticsEvent';
export { AnalyticsEventInterface, UIAnalyticsEventInterface } from './types';
// AnalyticsListener component

@@ -17,5 +17,5 @@ export { default as AnalyticsListener } from './AnalyticsListener';

// createAnalyticsEvent HOC
export { default as withAnalyticsEvents, WithAnalyticsEventsProps } from './withAnalyticsEvents';
export { default as withAnalyticsEvents } from './withAnalyticsEvents';
// create and fire helper
export { default as createAndFireEvent } from './createAndFireEvent';
{
"name": "@atlaskit/analytics-next",
"version": "1.1.8",
"version": "1.1.9",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "1.1.9",
"version": "1.1.10",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -40,2 +40,2 @@ "license": "Apache-2.0",

}
}
}

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