@netlify/framework-info
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -10,2 +10,9 @@ # Changelog | ||
### [3.2.1](https://www.github.com/netlify/framework-info/compare/v3.2.0...v3.2.1) (2021-03-29) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8 ([#192](https://www.github.com/netlify/framework-info/issues/192)) ([7c81511](https://www.github.com/netlify/framework-info/commit/7c8151152d024ac145a1bfe4d7ac7878eb071e70)) | ||
## [3.2.0](https://www.github.com/netlify/framework-info/compare/v3.1.3...v3.2.0) (2021-03-16) | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "@netlify/framework-info", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Framework detection utility", | ||
@@ -16,3 +16,3 @@ "main": "./src/main.js", | ||
"scripts": { | ||
"prepublishOnly": "npm ci && run-s test build:core", | ||
"prepublishOnly": "npm ci && run-s build test", | ||
"build": "run-s build:*", | ||
@@ -80,3 +80,3 @@ "build:core": "webpack --config scripts/webpack.config.core.js", | ||
"dependencies": { | ||
"ajv": "^7.0.0", | ||
"ajv": "^8.0.0", | ||
"filter-obj": "^2.0.1", | ||
@@ -95,3 +95,3 @@ "is-plain-obj": "^2.1.0", | ||
"@babel/preset-react": "^7.12.10", | ||
"@netlify/eslint-config-node": "^2.5.2", | ||
"@netlify/eslint-config-node": "^2.5.4", | ||
"ava": "^2.4.0", | ||
@@ -98,0 +98,0 @@ "babel-loader": "^8.2.2", |
Sorry, the diff of this file is too big to display
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
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
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
233624
1858
1
+ Addedajv@8.17.1(transitive)
+ Addedfast-uri@3.0.3(transitive)
- Removedajv@7.2.4(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updatedajv@^8.0.0