@linear/sdk
Advanced tools
Comparing version 1.4.2 to 1.4.3
# Change Log | ||
## 1.4.3 | ||
### Patch Changes | ||
- Package dependencies with build output | ||
## 1.4.2 | ||
@@ -4,0 +10,0 @@ |
@@ -14,2 +14,10 @@ /** | ||
export declare function capitalize(str?: string): string | undefined; | ||
/** | ||
* Type safe check for non defined values | ||
*/ | ||
export declare function nonNullable<Type>(value: Type): value is NonNullable<Type>; | ||
/** | ||
* Return the key matching the value in an object | ||
*/ | ||
export declare function getKeyByValue<Key extends string, Value>(obj: Record<Key, Value>, value: Value): Key | undefined; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "@linear/sdk", | ||
"description": "The Linear Client SDK for interacting with the Linear GraphQL API", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"author": "Linear Orbit, Inc", | ||
@@ -39,5 +39,5 @@ "license": "MIT", | ||
"@graphql-typed-document-node/core": "^3.1.0", | ||
"@linear/codegen-doc": "^1.4.2", | ||
"@linear/codegen-sdk": "^1.4.2", | ||
"@linear/codegen-test": "^1.4.2", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
@@ -44,0 +44,0 @@ "dotenv": "^8.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
8592991
81722
9
8