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.16 to 7.0.0-alpha.17

dist/doc/benchmarks/mongodb.d.ts

1

dist/example/UserModel.d.ts
/// <reference types="bluebird" />
/// <reference types="node" />
import Promise = require("bluebird");

@@ -3,0 +4,0 @@ import * as Iridium from "../iridium";

@@ -0,1 +1,2 @@

/// <reference types="node" />
/// <reference types="bluebird" />

@@ -2,0 +3,0 @@ import * as Bluebird from "bluebird";

@@ -0,1 +1,2 @@

/// <reference types="node" />
/**

@@ -2,0 +3,0 @@ * A method which is called once an asynchronous operation has completed, an alternative

1

dist/lib/Hooks.d.ts

@@ -1,2 +0,1 @@

/// <reference types="bluebird" />
export interface Hooks<TDocument, TInstance> {

@@ -3,0 +2,0 @@ onCreating?(document: TDocument): Promise<any> | PromiseLike<any> | void;

@@ -1,2 +0,1 @@

/// <reference types="bluebird" />
import * as Skmatc from "skmatc";

@@ -3,0 +2,0 @@ import { Schema } from "./Schema";

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

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

"dependencies": {
"@types/bluebird": "^2.0.29",
"@types/lodash": "0.0.28",
"@types/mongodb": "^2.1.29",
"@types/chai": "^3.4.29",
"bluebird": "^3.3.4",
"lodash": "^4.8.1",
"mongodb": "~2.1.14",
"@types/bluebird": "^3.0.33",
"@types/lodash": "^4.14.36",
"@types/mongodb": "^2.1.33",
"@types/chai": "^3.4.33",
"bluebird": "^3.4.6",
"lodash": "^4.16.2",
"mongodb": "^2.2.10",
"skmatc": "~1.2.1"
},
"peerDependencies": {
"@types/bluebird": "^2.0.29",
"@types/lodash": "0.0.28",
"@types/mongodb": "^2.1.29",
"@types/chai": "^3.4.29"
"@types/bluebird": "^3.0.33",
"@types/lodash": "^4.14.36",
"@types/mongodb": "^2.1.33",
"@types/chai": "^3.4.33"
},
"devDependencies": {
"@types/chai": "^3.4.29",
"@types/chai-as-promised": "0.0.28",
"@types/mocha": "^2.2.28",
"@types/source-map-support": "^0.2.27",
"@types/chai": "^3.4.33",
"@types/chai-as-promised": "^0.0.29",
"@types/mocha": "^2.2.32",
"@types/source-map-support": "^0.2.28",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"chai-as-promised": "^5.3.0",
"chalk": "^1.1.3",
"concurrently": "^2.1.0",
"coveralls": "^2.11.8",
"istanbul": "~0.4.3",
"mocha": "^2.5.3",
"coveralls": "^2.11.14",
"istanbul": "~0.4.5",
"mocha": "^3.0.2",
"remap-istanbul": "^0.6.4",
"source-map-support": "^0.4.2",
"tslint": "^3.5.0",
"typedoc": "~0.4.4",
"typescript": "~2.0.0"
"tslint": "^3.15.1",
"typedoc": "~0.4.5",
"typescript": "~2.0.3"
},

@@ -87,0 +87,0 @@ "keywords": [

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