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

api-orm

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-orm - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

2

lib/model.js

@@ -492,3 +492,3 @@ var util = require('util'),

var key = keys[i];
retVal[translation[key]] = obj[key];
retVal[translation[key]] = obj[key] || key;
}

@@ -495,0 +495,0 @@ return retVal;

{
"name": "api-orm",
"version": "0.0.34",
"version": "0.0.35",
"description": "API Builder ORM",

@@ -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