-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: npm/ssri
base: v9.0.1
head repository: npm/ssri
compare: v10.0.0
- 11 commits
- 18 files changed
- 5 contributors
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eee816a - Browse repository at this point
Copy the full SHA eee816aView commit details
Commits on Aug 23, 2022
-
chore: bump @npmcli/template-oss from 3.5.0 to 3.6.0
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 11304dc - Browse repository at this point
Copy the full SHA 11304dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e42db0 - Browse repository at this point
Copy the full SHA 4e42db0View commit details
Commits on Sep 21, 2022
-
chore: bump @npmcli/template-oss from 3.6.0 to 4.3.2
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.6.0 to 4.3.2. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.6.0...v4.3.2) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cbaf734 - Browse repository at this point
Copy the full SHA cbaf734View commit details -
feat!: postinstall for dependabot template-oss PR
BREAKING CHANGE: `ssri` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
Configuration menu - View commit details
-
Copy full SHA for 3de0c45 - Browse repository at this point
Copy the full SHA 3de0c45View commit details
Commits on Sep 30, 2022
-
chore: bump @npmcli/template-oss from 4.3.2 to 4.4.4
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.3.2 to 4.4.4. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.3.2...v4.4.4) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bb59eb7 - Browse repository at this point
Copy the full SHA bb59eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd14735 - Browse repository at this point
Copy the full SHA dd14735View commit details
Commits on Oct 4, 2022
-
fix: properly handle missing algorithm type (#48)
Fixing a bug that happen in npm cli when I install a library. in Line 272 the result of parse can be null if integrity is null. Then in line 273 other is null so it breaks as below: ``` TypeError: Cannot read properties of null (reading 'pickAlgorithm') npm verb stack at Integrity.match (/usr/lib/node_modules/npm/node_modules/ssri/lib/index.js:273:24) npm verb stack at CachePolicy.satisfies (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js:112:49) npm verb stack at Function.find (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js:178:25) npm verb stack at async cacheFetch (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js:8:17) npm verb stack at async fetch (/usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js:98:7) ```
Configuration menu - View commit details
-
Copy full SHA for 2e876d1 - Browse repository at this point
Copy the full SHA 2e876d1View commit details
Commits on Oct 10, 2022
-
chore: bump @npmcli/template-oss from 4.4.4 to 4.5.1
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.4.4 to 4.5.1. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.4.4...v4.5.1) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0587237 - Browse repository at this point
Copy the full SHA 0587237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfa18b - Browse repository at this point
Copy the full SHA 0bfa18bView commit details
Commits on Oct 14, 2022
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ab0921 - Browse repository at this point
Copy the full SHA 2ab0921View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.0.1...v10.0.0