@linear/sdk
Advanced tools
Comparing version 0.0.3 to 1.1.5
{ | ||
"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" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7275137
1
21
79371
1
1
1
13
1
0
6
+ Addedgraphql@15.9.0(transitive)
- Removed@types/graphql@14.0.4
- Removed@types/isomorphic-fetch@0.0.34
- Removedapollo-link-error@^1.1.5
- Removedapollo-link-http@1.5.9
- Removedcross-fetch@3.0.0
- Removedgraphql@14.1.1
- Removedgraphql-tools@4.0.3
- Removedisomorphic-fetch@2.2.1
- Removedmodule@1.2.5
- Removed@gulp-sourcemaps/map-sources@1.0.0(transitive)
- Removed@types/graphql@14.0.4(transitive)
- Removed@types/isomorphic-fetch@0.0.34(transitive)
- Removed@wry/equality@0.1.11(transitive)
- Removedacorn@4.0.13(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedapollo-link@1.2.14(transitive)
- Removedapollo-link-error@1.1.13(transitive)
- Removedapollo-link-http@1.5.9(transitive)
- Removedapollo-link-http-common@0.2.16(transitive)
- Removedapollo-utilities@1.3.4(transitive)
- Removedarr-diff@2.0.0(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedarray-unique@0.2.1(transitive)
- Removedatob@2.1.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@1.8.5(transitive)
- Removedcamelcase@2.1.13.0.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcliui@3.2.0(transitive)
- Removedclone@1.0.4(transitive)
- Removedclone-stats@0.0.1(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-stream@1.5.1(transitive)
- Removedconvert-source-map@1.9.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcross-fetch@3.0.0(transitive)
- Removedcss@2.2.4(transitive)
- Removeddebug@2.6.9(transitive)
- Removeddebug-fabulous@0.0.4(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removeddeprecated-decorator@0.1.6(transitive)
- Removeddetect-newline@2.1.0(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedencoding@0.1.13(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedexpand-brackets@0.1.5(transitive)
- Removedexpand-range@1.8.2(transitive)
- Removedextend@3.0.2(transitive)
- Removedextend-shallow@2.0.1(transitive)
- Removedextglob@0.3.2(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedfilename-regex@2.0.1(transitive)
- Removedfill-range@2.2.4(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedfirst-chunk-stream@1.0.0(transitive)
- Removedfor-in@1.0.2(transitive)
- Removedfor-own@0.1.5(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglob@5.0.15(transitive)
- Removedglob-base@0.3.0(transitive)
- Removedglob-parent@2.0.03.1.0(transitive)
- Removedglob-stream@5.3.5(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedgraphql@14.1.1(transitive)
- Removedgraphql-tools@4.0.3(transitive)
- Removedgulp-sourcemaps@1.12.1(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinvert-kv@1.0.0(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedis-dotfile@1.0.3(transitive)
- Removedis-equal-shallow@0.1.3(transitive)
- Removedis-extendable@0.1.1(transitive)
- Removedis-extglob@1.0.02.1.1(transitive)
- Removedis-fullwidth-code-point@1.0.0(transitive)
- Removedis-glob@2.0.13.1.0(transitive)
- Removedis-number@2.1.04.0.0(transitive)
- Removedis-posix-bracket@0.1.1(transitive)
- Removedis-primitive@2.0.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedis-valid-glob@0.3.0(transitive)
- Removedisarray@0.0.11.0.0(transitive)
- Removedisobject@2.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removediterall@1.3.0(transitive)
- Removedjson-stable-stringify-without-jsonify@1.0.1(transitive)
- Removedkind-of@3.2.26.0.3(transitive)
- Removedlazy-debug-legacy@0.0.1(transitive)
- Removedlazystream@1.0.1(transitive)
- Removedlcid@1.0.0(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedlodash._reinterpolate@3.0.0(transitive)
- Removedlodash.assign@4.2.0(transitive)
- Removedlodash.assigninwith@4.2.0(transitive)
- Removedlodash.isequal@4.5.0(transitive)
- Removedlodash.keys@4.2.0(transitive)
- Removedlodash.rest@4.0.5(transitive)
- Removedlodash.template@4.2.4(transitive)
- Removedlodash.templatesettings@4.2.0(transitive)
- Removedlodash.tostring@4.1.4(transitive)
- Removedmap-stream@0.0.6(transitive)
- Removedmath-random@1.0.4(transitive)
- Removedmerge-stream@1.0.1(transitive)
- Removedmicromatch@2.3.11(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedmodule@1.2.5(transitive)
- Removedms@2.0.0(transitive)
- Removednode-fetch@1.7.32.3.0(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removednormalize-path@2.1.1(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedobject-assign@4.1.04.1.1(transitive)
- Removedobject.omit@2.0.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedordered-read-streams@0.3.0(transitive)
- Removedos-homedir@1.0.2(transitive)
- Removedos-locale@1.4.0(transitive)
- Removedparse-glob@3.0.4(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-dirname@1.0.2(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedpkg-conf@1.1.3(transitive)
- Removedpreserve@0.2.0(transitive)
- Removedprocess-nextick-args@1.0.72.0.1(transitive)
- Removedrandomatic@3.1.1(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedreadable-stream@1.0.342.0.62.3.83.6.2(transitive)
- Removedregex-cache@0.4.4(transitive)
- Removedremove-trailing-separator@1.1.0(transitive)
- Removedrepeat-element@1.1.4(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedreplace-ext@0.0.1(transitive)
- Removedrequire-main-filename@1.0.1(transitive)
- Removedresolve@1.22.8(transitive)
- Removedresolve-url@0.2.1(transitive)
- Removedsafe-buffer@5.1.25.2.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-resolve@0.5.3(transitive)
- Removedsource-map-url@0.4.1(transitive)
- Removedspdx-correct@3.2.0(transitive)
- Removedspdx-exceptions@2.5.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
- Removedspdx-license-ids@3.0.20(transitive)
- Removedstream-shift@1.0.3(transitive)
- Removedstring-width@1.0.2(transitive)
- Removedstring_decoder@0.10.311.1.11.3.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedstrip-bom-stream@1.0.0(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedsymbol@0.2.3(transitive)
- Removedthrough2@0.6.52.0.54.0.2(transitive)
- Removedthrough2-filter@2.0.03.1.0(transitive)
- Removedtildify@1.2.0(transitive)
- Removedto-absolute-glob@0.1.1(transitive)
- Removedts-invariant@0.4.4(transitive)
- Removedtslib@1.14.1(transitive)
- Removedtypedarray@0.0.7(transitive)
- Removedunique-stream@2.3.1(transitive)
- Removedurix@0.1.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removeduuid@3.4.0(transitive)
- Removedvali-date@1.0.0(transitive)
- Removedvalidate-npm-package-license@3.0.4(transitive)
- Removedvinyl@1.2.0(transitive)
- Removedvinyl-fs@2.4.3(transitive)
- Removedwhatwg-fetch@3.0.0(transitive)
- Removedwindow-size@0.2.0(transitive)
- Removedwrap-ansi@2.1.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxtend@4.0.2(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyargs@4.6.0(transitive)
- Removedyargs-parser@2.4.1(transitive)
- Removedzen-observable@0.8.15(transitive)
- Removedzen-observable-ts@0.8.21(transitive)