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.14 to 7.0.0-alpha.15

LICENCE

4

dist/lib/Changes.d.ts

@@ -17,3 +17,3 @@ import { Conditions } from "./Conditions";

$each: BSONArray;
};
} | BSONType;
};

@@ -32,3 +32,3 @@ $push?: {

$position?: number;
} | BSONObject | BSONType;
} | BSONType;
};

@@ -35,0 +35,0 @@ $pull?: {

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

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

"postcoverage": "npm run coverage:remap:lcov",
"coverage:remap:lcov": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-ts.json",
"coverage:remap:json": "remap-istanbul -i coverage/coverage.json -o coverage/lcov.info -t lcovonly",
"coverage:remap:lcov": "remap-istanbul -i coverage/coverage.json -o coverage/lcov.info -t lcovonly",
"coverage:remap:json": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-ts.json",
"coverage:remap:html": "remap-istanbul -i coverage/coverage.json -o coverage/report -t html",

@@ -32,0 +32,0 @@ "lint": "tslint lib/",

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

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