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 0.0.3 to 1.1.5

CHANGELOG.md

72

package.json
{
"name": "@linear/sdk",
"version": "0.0.3",
"description": "Linear API SDK",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"source": "src/index.ts",
"version": "1.1.5",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
"module": "dist/index-es.min.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": "https://github.com/linear/linear",
"engines": {
"node": ">=12.x",
"yarn": "1.x"
},
"files": [
"dist"
],
"scripts": {
"update-schema": "graphql get-schema -p default",
"generate": "graphql codegen",
"docs": "graphql-markdown ./src/schema.graphql > schema.md",
"build": "microbundle",
"dev": "microbundle watch"
"build:clean": "npx rimraf dist",
"build:sdk": "run-s build:clean build:rollup",
"build:rollup": "npx rollup -c",
"generate:clean": "npx rimraf src/_generated_*",
"generate:doc": "npx graphql-codegen --config codegen.doc.yml",
"generate:schema": "npx graphql-codegen --config codegen.schema.yml",
"generate:sdk": "npx graphql-codegen --config codegen.sdk.yml"
},
"resolutions": {
"graphql": "14.1.1",
"module": "1.2.5"
"peerDependencies": {
"graphql": "^15.4.0"
},
"dependencies": {
"@types/graphql": "14.0.4",
"@types/isomorphic-fetch": "0.0.34",
"apollo-link-error": "^1.1.5",
"apollo-link-http": "1.5.9",
"cross-fetch": "3.0.0",
"graphql": "14.1.1",
"graphql-tools": "4.0.3",
"isomorphic-fetch": "2.2.1",
"module": "1.2.5"
"devDependencies": {
"@graphql-codegen/introspection": "^1.18.0",
"@graphql-codegen/schema-ast": "^1.18.1",
"@graphql-codegen/typed-document-node": "^1.17.10",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-operations": "^1.17.9",
"@graphql-typed-document-node/core": "^3.1.0",
"@linear/codegen-doc": "^1.0.6",
"@linear/codegen-sdk": "^1.0.6",
"@rollup/plugin-typescript": "^8.1.1",
"rollup": "^2.38.3",
"rollup-plugin-gzip": "^2.5.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"graphql-binding": "2.4.1",
"graphql-cli": "3.0.4",
"graphql-markdown": "5.0.1",
"microbundle": "0.9.0",
"typescript": "3.2.2"
}
"publishConfig": {
"access": "public"
},
"gitHead": "ffb47d3f124cc1f1d5c16140110df3941380d01c"
}
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