Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@linear/sdk

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linear/sdk - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

6

CHANGELOG.md
# Change Log
## 1.5.1
### Patch Changes
- Update custom scalars to use non-any types
## 1.5.0

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

6

package.json
{
"name": "@linear/sdk",
"description": "The Linear Client SDK for interacting with the Linear GraphQL API",
"version": "1.5.0",
"version": "1.5.1",
"author": "Linear Orbit, Inc",

@@ -26,4 +26,5 @@ "license": "MIT",

"generate:schema": "npx graphql-codegen --config codegen.schema.yml",
"generate:sdk": "npx graphql-codegen --config codegen.sdk.yml",
"generate:sdk": "npx graphql-codegen --config codegen.sdk.yml && yarn update:scalars",
"generate:test": "npx graphql-codegen --config codegen.test.yml",
"update:scalars": "ts-node scripts/update-scalars.ts",
"schema": "npx graphql-codegen --config codegen.schema.yml",

@@ -51,2 +52,3 @@ "scratch": "ts-node src/scratch.ts"

"get-port": "^5.1.1",
"replace-in-file": "^6.2.0",
"rollup": "^2.38.3",

@@ -53,0 +55,0 @@ "rollup-plugin-gzip": "^2.5.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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