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

@foxify/odin

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxify/odin - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/base/Query.js

@@ -72,3 +72,6 @@ /*

const e = t;
t = e.toString(), r || (r = t), this.map(t => (t[r] = t[r].map(t => new e(t)), t));
t = e.toString(), r || (r = t), this.map(t => {
const s = t[r];
return Array.isArray(s) ? t[r] = s.map(t => new e(t)) : t[r] = new e(s), t;
});
}

@@ -75,0 +78,0 @@ return super.join(t, e, r);

2

package.json
{
"name": "@foxify/odin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Active Record Model",

@@ -5,0 +5,0 @@ "author": "Ardalan Amini <ardalanamini22@gmail.com> [https://github.com/ardalanamini]",

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