You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@atlaskit/icon-priority

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/icon-priority - npm Package Compare versions

Comparing version

to
6.2.3

6

CHANGELOG.md
# @atlaskit/icon-priority
## 6.2.3
### Patch Changes
- [`72ef8bafec9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72ef8bafec9) - Add "./glyph" entry point.
## 6.2.2

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

2

codemods/6.1.0-metadata-entry.ts

@@ -110,3 +110,3 @@ import core, {

// but they hand around in the declaration
...declaration.value.specifiers.filter(
...(declaration.value.specifiers || []).filter(
item => item.type === 'ImportSpecifier' && item.imported != null,

@@ -113,0 +113,0 @@ ),

{
"name": "@atlaskit/icon-priority",
"version": "6.2.2",
"version": "6.2.3",
"sideEffects": false
}
{
"name": "@atlaskit/icon-priority",
"version": "6.2.2",
"version": "6.2.3",
"sideEffects": false
}
{
"name": "@atlaskit/icon-priority",
"version": "6.2.2",
"version": "6.2.3",
"sideEffects": false
}
{
"name": "@atlaskit/icon-priority",
"version": "6.2.2",
"version": "6.2.3",
"description": "A priority icon is used in Jira to determine relative importance.",

@@ -27,2 +27,3 @@ "publishConfig": {

"./metadata": "./src/entry-points/metadata.ts",
"./glyph": "./glyph",
".": "./src/index.ts"

@@ -51,6 +52,7 @@ },

"@atlaskit/visual-regression": "*",
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
"@emotion/styled": "^10.0.7",
"enzyme": "^3.10.0",
"fs-extra": "^4.0.2",
"jscodeshift": "^0.7.0",
"jscodeshift": "^0.11.0",
"pkg-dir": "^4.2.0",

@@ -64,3 +66,4 @@ "react-dom": "^16.8.0",

"ui"
]
],
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
}
{
"extends": "../../../tsconfig.json",
"include": [
"__perf__",
"./src/**/*.ts",

@@ -16,2 +17,2 @@ "./src/**/*.tsx",

}
}
}