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

@tinypudding/puddy-lib

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinypudding/puddy-lib - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

http/domainValidator.js

4

http/errorsCallback.js
module.exports = function (app, callback) {
return app.use(function (err, req, res, next) {
return function (err, req, res, next) {

@@ -21,3 +21,3 @@ // treat as 404

});
};
};

@@ -36,4 +36,7 @@ // Modules

// Errors Callback
'errorsCallback': require('./http/errorsCallback')
'errorsCallback': require('./http/errorsCallback'),
// Domain Validator
'domainValidator': require('./http/domainValidator')
};
{
"name": "@tinypudding/puddy-lib",
"version": "1.0.8",
"version": "1.0.9",
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.",

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

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