New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongorito

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongorito - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

lib/mongorito.js

@@ -254,3 +254,3 @@ /**

let timestamp = Math.round(new Date().getTime() / 1000);
let timestamp = new Date().getTime();
this.set({

@@ -275,3 +275,3 @@ created_at: timestamp,

let timestamp = Math.round(new Date().getTime() / 1000);
let timestamp = new Date().getTime();
this.set('updated_at', timestamp);

@@ -278,0 +278,0 @@

{
"name": "mongorito",
"version": "0.6.0",
"version": "0.6.1",
"description": "ES6 generator-based MongoDB ODM. It rocks.",

@@ -5,0 +5,0 @@ "author": "Vadim Demedes <vdemedes@gmail.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