Socket
Socket
Sign inDemoInstall

hanbao-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hanbao-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

lib/index.js

@@ -214,4 +214,13 @@ /**

if(options.check){
let checkresult = options.check(processedModule)
let checkresult
try {
checkresult = options.check(processedModule)
}
catch (err) {
error = new Error("Got an error inside check function, see 'innerError' attributes for the inner error")
error._debug = {trace:options.trace,module,innerError:err}
}
if(checkresult ===true){

@@ -218,0 +227,0 @@ //success

2

package.json
{
"name": "hanbao-utils",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": {

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