Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@friggframework/errors

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/errors - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

base-error.js

8

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc