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 2.0.0 to 2.1.0

dist/cjs/cleanProps.js

4

CHANGELOG.md
# @atlaskit/analytics-next
## 2.1.0
- [minor] Export cleanProps function that can be used to strip analytics props provided by our HOCs, useful when spreading props to a child element [973d6ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/973d6ea)
## 2.0.0

@@ -4,0 +8,0 @@ - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)

@@ -70,2 +70,11 @@ 'use strict';

var _cleanProps = require('./cleanProps');
Object.defineProperty(exports, 'cleanProps', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_cleanProps).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

5

dist/esm/index.js

@@ -18,3 +18,4 @@

export { default as withAnalyticsEvents } from './withAnalyticsEvents';
// create and fire helper
export { default as createAndFireEvent } from './createAndFireEvent';
// Helper functions
export { default as createAndFireEvent } from './createAndFireEvent';
export { default as cleanProps } from './cleanProps';
{
"name": "@atlaskit/analytics-next",
"version": "1.1.10",
"version": "2.0.0",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "2.0.0",
"version": "2.1.0",
"description": "The 🆕 Atlaskit component analytics framework",

@@ -32,3 +32,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@atlaskit/button": "^7.0.0",
"@atlaskit/button": "^7.0.3",
"@atlaskit/docs": "^3.0.0",

@@ -35,0 +35,0 @@ "@atlaskit/field-text": "^5.0.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