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

dynamodb-raw

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-raw - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

4

lib/schema.js

@@ -128,7 +128,7 @@ 'use strict';

if(self.createdAt !== false) {
valids[createdAtParamName] = Joi.date().timestamp('unix');
valids[createdAtParamName] = Joi.number().integer();
}
if(self.updatedAt !== false) {
valids[updatedAtParamName] = Joi.date().timestamp('unix');
valids[updatedAtParamName] = Joi.number().integer();
}

@@ -135,0 +135,0 @@

{
"name": "dynamodb-raw",
"version": "1.1.5",
"version": "1.1.6",
"contributors": [

@@ -5,0 +5,0 @@ "Ryan Fitzgerald <ryan@codebrewstudios.com>",

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