@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 2.0.9 to 2.0.10
# @atlaskit/outbound-auth-flow-client | ||
## 2.0.10 | ||
### Patch Changes | ||
- [`131cee6d7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/131cee6d7a) - Add missing tslib dependency | ||
## 2.0.9 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.9" | ||
"version": "2.0.10" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.9" | ||
"version": "2.0.10" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -8,27 +8,27 @@ "publishConfig": { | ||
}, | ||
"repository": "https://bitbucket.org/atlassian/atlassian-frontend", | ||
"author": "Atlassian Pty Ltd", | ||
"license": "Apache-2.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"atlaskit:src": "src/index.ts", | ||
"atlassian": { | ||
"team": "Ecosystem Capabilities", | ||
"releaseModel": "continuous" | ||
}, | ||
"config": { | ||
"access": "public" | ||
}, | ||
"atlaskit:src": "src/index.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"dependencies": {}, | ||
"author": "Atlassian Pty. Ltd", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/atlassian/atlaskit-mk-2" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^8.3.2" | ||
"@atlaskit/docs": "*" | ||
}, | ||
"atlaskit": { | ||
"internal": true, | ||
"name": "Outbound Auth Flow Client" | ||
}, | ||
"keywords": [ | ||
"fabric", | ||
"ui" | ||
] | ||
], | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14639
17
195
1
1
+ Addedtslib@^1.9.3
+ Addedtslib@1.14.1(transitive)