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

@coderich/autograph

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderich/autograph - npm Package Compare versions

Comparing version 0.13.96 to 0.13.97

2

package.json
{
"name": "@coderich/autograph",
"main": "index.js",
"version": "0.13.96",
"version": "0.13.97",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -25,4 +25,4 @@ const Boom = require('@hapi/boom');

} catch (e) {
const { data = {} } = e;
throw Boom.boomify(e, { data });
throw Boom.boomify(e);
// const { data = {} } = e;
// throw Boom.boomify(e, { data: { ...args, ...data } });

@@ -29,0 +29,0 @@ }

@@ -321,4 +321,5 @@ const { graphql } = require('graphql');

}).then((result = query.result) => result).catch((e) => {
const { data = {} } = e;
throw Boom.boomify(e, { data: { ...event, ...data } });
throw Boom.boomify(e);
// const { data = {} } = e;
// throw Boom.boomify(e, { data: { ...event, ...data } });
});

@@ -325,0 +326,0 @@ }

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