Socket
Socket
Sign inDemoInstall

@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 8.3.2 to 8.3.3

dist/types-ts4.0/components/AnalyticsContext/index.d.ts

9

AnalyticsContext/package.json

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

"sideEffects": false,
"types": "../dist/types/components/AnalyticsContext/index.d.ts"
"types": "../dist/types/components/AnalyticsContext/index.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/components/AnalyticsContext/index.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/components/AnalyticsErrorBoundary.d.ts"
"types": "../dist/types/components/AnalyticsErrorBoundary.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/components/AnalyticsErrorBoundary.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/events/AnalyticsEvent.d.ts"
"types": "../dist/types/events/AnalyticsEvent.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/events/AnalyticsEvent.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/components/AnalyticsListener/index.d.ts"
"types": "../dist/types/components/AnalyticsListener/index.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/components/AnalyticsListener/index.d.ts"
]
}
}
}
# @atlaskit/analytics-next
## 8.3.3
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 8.3.2

@@ -4,0 +10,0 @@

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

"sideEffects": false,
"types": "../dist/types/utils/createAndFireEvent.d.ts"
"types": "../dist/types/utils/createAndFireEvent.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/utils/createAndFireEvent.d.ts"
]
}
}
}

2

dist/cjs/version.json
{
"name": "@atlaskit/analytics-next",
"version": "8.3.2",
"version": "8.3.3",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "8.3.2",
"version": "8.3.3",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "8.3.2",
"version": "8.3.3",
"sideEffects": false
}
{
"name": "@atlaskit/analytics-next",
"version": "8.3.2",
"version": "8.3.3",
"description": "React components, HOCs and hooks to assist with tracking user activity with React components",

@@ -15,2 +15,9 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"dist/types-ts4.0/*"
]
}
},
"sideEffects": false,

@@ -55,5 +62,5 @@ "atlaskit:src": "src/index.ts",

"@atlaskit/ssr": "*",
"@atlaskit/textfield": "^5.0.0",
"@atlaskit/textfield": "^5.2.0",
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"@testing-library/react": "^8.0.1",
"@testing-library/react": "^12.1.5",
"enzyme": "^3.10.0",

@@ -63,3 +70,3 @@ "react-dom": "^16.8.0",

"storybook-addon-performance": "^0.16.0",
"typescript": "4.3.5"
"typescript": "4.5.5"
},

@@ -66,0 +73,0 @@ "techstack": {

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

"sideEffects": false,
"types": "../dist/types/types.d.ts"
"types": "../dist/types/types.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/types.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/events/UIAnalyticsEvent.d.ts"
"types": "../dist/types/events/UIAnalyticsEvent.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/events/UIAnalyticsEvent.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hooks/useAnalyticsEvents.d.ts"
"types": "../dist/types/hooks/useAnalyticsEvents.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hooks/useAnalyticsEvents.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hooks/useCallbackWithAnalytics.d.ts"
"types": "../dist/types/hooks/useCallbackWithAnalytics.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hooks/useCallbackWithAnalytics.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hooks/usePatchedProps.d.ts"
"types": "../dist/types/hooks/usePatchedProps.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hooks/usePatchedProps.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hooks/usePlatformLeafEventHandler.d.ts"
"types": "../dist/types/hooks/usePlatformLeafEventHandler.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hooks/usePlatformLeafEventHandler.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hocs/withAnalyticsContext.d.ts"
"types": "../dist/types/hocs/withAnalyticsContext.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hocs/withAnalyticsContext.d.ts"
]
}
}
}

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

"sideEffects": false,
"types": "../dist/types/hocs/withAnalyticsEvents.d.ts"
"types": "../dist/types/hocs/withAnalyticsEvents.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/hocs/withAnalyticsEvents.d.ts"
]
}
}
}
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