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

rods

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rods - npm Package Compare versions

Comparing version 1.2.2-beta to 1.2.3-beta

2

lib/index.js

@@ -163,2 +163,3 @@ var async = require('async');

var q;
var statements = x._from._statements.slice(0);

@@ -176,2 +177,3 @@ var w = x._with(obj);

q.exec(function(err, data) {
x._from._statements = statements;
if (err) return cb(err);

@@ -178,0 +180,0 @@ obj[x._to] = data;

2

package.json
{
"name": "rods",
"version": "1.2.2-beta",
"version": "1.2.3-beta",
"description": "a micro ORM using knex",

@@ -5,0 +5,0 @@ "main": "lib/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