Socket
Socket
Sign inDemoInstall

iridium

Package Overview
Dependencies
8
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16

4

dist/example/IntelliSense.js

@@ -43,4 +43,4 @@ "use strict";

class MyDB extends Iridium.Core {
constructor(...args) {
super(...args);
constructor() {
super(...arguments);
this.Users = new Iridium.Model(this, User);

@@ -47,0 +47,0 @@ }

@@ -164,4 +164,4 @@ "use strict";

class Core extends Iridium.Core {
constructor(...args) {
super(...args);
constructor() {
super(...arguments);
this.Users = new Iridium.Model(this, User);

@@ -168,0 +168,0 @@ }

@@ -24,4 +24,4 @@ "use strict";

class Core extends Iridium.Core {
constructor(...args) {
super(...args);
constructor() {
super(...arguments);
this.Model = new Iridium.Model(this, Instance);

@@ -28,0 +28,0 @@ }

@@ -7,4 +7,4 @@ "use strict";

class InheritedCore extends Iridium.Core {
constructor(...args) {
super(...args);
constructor() {
super(...arguments);
this.theAnswer = 42;

@@ -11,0 +11,0 @@ }

{
"name": "iridium",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",

@@ -5,0 +5,0 @@ "description": "A custom lightweight ORM for MongoDB designed for power-users",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc