Socket
Socket
Sign inDemoInstall

@linear/sdk

Package Overview
Dependencies
Maintainers
5
Versions
86
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 18.0.0 to 18.1.0

9

dist/client.d.ts
import { LinearGraphQLClient } from "./graphql-client";
import { LinearClientOptions, LinearClientParsedOptions } from "./types";
import { LinearSdk } from "./_generated_sdk";
import { Connection, LinearFetch, LinearSdk } from "./_generated_sdk";
import { Node } from "./_generated_documents";
/**

@@ -13,3 +14,9 @@ * Create a Linear API client

constructor(options: LinearClientOptions);
/**
* Helper to paginate over all pages of a given connection query.
* @param fn The query to paginate
* @param args The arguments to pass to the query
*/
paginate<T extends Node, U>(fn: (variables: U) => LinearFetch<Connection<T>>, args: U): Promise<T[]>;
}
//# sourceMappingURL=client.d.ts.map

2

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

@@ -6,0 +6,0 @@ "license": "MIT",

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 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 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

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