You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@atlaskit/page

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/page - npm Package Compare versions

Comparing version

to
12.2.1

dist/types-ts4.0/constants.d.ts

6

CHANGELOG.md
# @atlaskit/page
## 12.2.1
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 12.2.0

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

2

dist/cjs/version.json
{
"name": "@atlaskit/page",
"version": "12.2.0",
"version": "12.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/page",
"version": "12.2.0",
"version": "12.2.1",
"sideEffects": false
}
{
"name": "@atlaskit/page",
"version": "12.2.0",
"version": "12.2.1",
"sideEffects": false
}

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

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

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

"sideEffects": false,
"types": "../dist/types/grid-column.d.ts"
"types": "../dist/types/grid-column.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/grid-column.d.ts"
]
}
}
}
{
"name": "@atlaskit/page",
"version": "12.2.0",
"version": "12.2.1",
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.",

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

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

@@ -53,6 +60,6 @@ "atlaskit:src": "src/index.tsx",

"@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",
"react-dom": "^16.8.0",
"react-lorem-component": "^0.13.0",
"typescript": "4.3.5",
"typescript": "4.5.5",
"wait-for-expect": "^1.2.0"

@@ -59,0 +66,0 @@ },

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

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

@@ -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"
]
}
}
}