Socket
Socket
Sign inDemoInstall

@atlaskit/analytics-next

Package Overview
Dependencies
Maintainers
1
Versions
117
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 5.1.3 to 5.2.0

8

CHANGELOG.md
# @atlaskit/analytics-next
## 5.2.0
### Minor Changes
- [minor][8fcbe23ec6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8fcbe23ec6):
Updated types for analytics-next and buttons to make them easier to consume
## 5.1.3

@@ -4,0 +12,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/analytics-next",
"version": "5.1.3",
"version": "5.2.0",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "5.1.3",
"version": "5.2.0",
"sideEffects": false
}

@@ -119,3 +119,5 @@ declare module '@atlaskit/analytics-next' {

Component: React.ComponentType<Props>,
) => React.ComponentType<Props & AppliedProps>;
) => React.ComponentType<
Pick<Props, Exclude<keyof Props, keyof AppliedProps>> & AppliedProps
>;

@@ -122,0 +124,0 @@ /*

{
"name": "@atlaskit/analytics-next",
"version": "5.1.3",
"version": "5.2.0",
"description": "The 🆕 Atlaskit component analytics framework",

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

"@atlaskit/build-utils": "^2.0.0",
"@atlaskit/button": "^13.0.16",
"@atlaskit/button": "^13.1.0",
"@atlaskit/docs": "^8.1.1",

@@ -35,0 +35,0 @@ "@atlaskit/field-text": "^9.0.3",

{
"name": "@atlaskit/analytics-next",
"version": "5.1.3",
"version": "5.2.0",
"sideEffects": false
}
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