Socket
Socket
Sign inDemoInstall

@c8/errors

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@c8/errors - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

0

index.js

@@ -0,0 +0,0 @@ 'use strict'

4

lib/boom-mapping.js
module.exports = {
entityTooLarge: ['FileTooLargeError'],
unsupportedMediaType: ['TypeError']
unsupportedMediaType: ['TypeError'],
badRequest: ['PurseAlreadyExists'],
notFound: ['NotFoundError']
}

@@ -32,3 +32,7 @@ 'use strict'

ActivationCodeError: createError('ActivationCodeError'),
UnauthorizedError: createError('UnauthorizedError')
UnauthorizedError: createError('UnauthorizedError'),
ConnectionRefused: createError('ConnectionRefused'),
// ppl-marketplace
PurseAlreadyExists: createError('PurseAlreadyExists')
}

@@ -0,0 +0,0 @@ 'use strict'

{
"name": "@c8/errors",
"version": "0.0.9",
"version": "0.0.10",
"description": "Common errors and their utils used by C8 management",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # @c8/errors

Sorry, the diff of this file is not supported yet

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