npm-remote-ls --help API Return dependency graph forlatestversion: varls=require('npm-remote-ls').ls;ls('grunt','latest',function(obj){console.log(obj);}); Return dependency graph for specific version: varls=require('npm-remote-ls').ls;ls('grunt','0.1.0',function(obj){console.log(...
Also major releases often just bump the minimum Node version, which generally requires no dependency-specific work on your part. By the way a related tool for this is https://majors.nullvoxpopuli.com/q?minors=&old=&packages=eslint I think it’s hard to fit into npmgraph It’s true ...
npm-->abbrev; npm-->cacache; npm-->fs-minipass; npm-->hosted-git-info; npm-->ini; npm-->init-package-json; @@ -134,6 +132,7 @@ graph LR; npm-->semver; npm-->ssri; npm-->validate-npm-package-name; npm-->which; npm-bundled-->npm-normalize-package-bin; npm-install-check...
See https://npmgraph.js.org/?q=update-notifier#select=exact%3Astring-width%404.2.3 It points to a tag that isn't latest and does not warn that v7 is outfregante added the bug label Jul 31, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign ...
using npm, most of the sub packages are installed with graphql@15.7.2, but all under " @apollographql/graphql-language-service-interface" are at graphql@14.7.0 When trying to download the schema.json using Apollo on that setup, it gives ...