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

apicco-lib

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apicco-lib - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

package.json
{
"name": "apicco-lib",
"version": "1.3.0",
"version": "1.3.1",
"description": "",

@@ -34,8 +34,8 @@ "main": "index.js",

"koa-router": "^7.4.0",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"require-directory": "^2.1.1"
},
"devDependencies": {
"jest": "^24.5.0"
"jest": "^25.1.0"
}
}

@@ -114,2 +114,9 @@ # Apicco-lib

};
/*
// OR
const validate = Joi.object({
id: Joi.number().integer().required(),
name: Joi.string().max(256)
});
*/

@@ -116,0 +123,0 @@ async function handle({ request, response }) {

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