@friggframework/errors
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,8 +0,8 @@ | ||
const { BaseError } = require('./BaseError'); | ||
const { FetchError } = require('./FetchError'); | ||
const { HaltError } = require('./HaltError'); | ||
const { BaseError } = require('./base-error'); | ||
const { FetchError } = require('./fetch-error'); | ||
const { HaltError } = require('./halt-error'); | ||
const { | ||
RequiredPropertyError, | ||
ParameterTypeError, | ||
} = require('./ValidationErrors'); | ||
} = require('./validation-errors'); | ||
@@ -9,0 +9,0 @@ module.exports = { |
{ | ||
"name": "@friggframework/errors", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"prettier": "@friggframework/prettier-config", | ||
@@ -8,6 +8,6 @@ "description": "", | ||
"devDependencies": { | ||
"@friggframework/eslint-config": "^1.0.0", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.4.7", | ||
"prettier": "^2.5.1" | ||
"@friggframework/eslint-config": "^1.0.4", | ||
"eslint": "^8.22.0", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.7.1" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
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
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
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
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
14418
14
316
1
4
2