Comparing version 5.0.0-alpha.10 to 5.0.0-alpha.11
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
import Bluebird = require('bluebird'); | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../../_references.d.ts" /> | ||
import cacheDirector = require('../CacheDirector'); | ||
@@ -2,0 +3,0 @@ import MongoDB = require('mongodb'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
export = ICacheDirector; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../../_references.d.ts" /> | ||
import Bluebird = require('bluebird'); | ||
@@ -2,0 +3,0 @@ import cache = require('../Cache'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../../_references.d.ts" /> | ||
import cache = require('../Cache'); | ||
@@ -2,0 +3,0 @@ import Bluebird = require('bluebird'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
export = Configuration; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
import Bluebird = require('bluebird'); | ||
@@ -2,0 +3,0 @@ import MongoDB = require('mongodb'); |
@@ -1,2 +0,3 @@ | ||
import Model = require('./Model'); | ||
/// <reference path="../_references.d.ts" /> | ||
import Model = require('./Model'); | ||
import General = require('./General'); | ||
@@ -3,0 +4,0 @@ import MongoDB = require('mongodb'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
export interface Callback<T> { | ||
@@ -2,0 +3,0 @@ (err: Error, object?: T): void; |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
import instance = require('./Instance'); | ||
@@ -2,0 +3,0 @@ |
@@ -1,2 +0,3 @@ | ||
import MongoDB = require('mongodb'); | ||
/// <reference path="../_references.d.ts" /> | ||
import MongoDB = require('mongodb'); | ||
@@ -3,0 +4,0 @@ export interface Index { |
@@ -1,2 +0,3 @@ | ||
import iridium = require('./Core'); | ||
/// <reference path="../_references.d.ts" /> | ||
import iridium = require('./Core'); | ||
import Model = require('./Model'); | ||
@@ -3,0 +4,0 @@ import IPlugin = require('./Plugins'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
import Core = require('./Core'); | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../../_references.d.ts" /> | ||
import http = require('http'); | ||
@@ -2,0 +3,0 @@ import Middleware = require('../Middleware'); |
@@ -1,2 +0,3 @@ | ||
import MongoDB = require('mongodb'); | ||
/// <reference path="../_references.d.ts" /> | ||
import MongoDB = require('mongodb'); | ||
import Skmatc = require('skmatc'); | ||
@@ -3,0 +4,0 @@ import Concoction = require('concoction'); |
@@ -1,2 +0,3 @@ | ||
import ModelInterfaces = require('./ModelInterfaces'); | ||
/// <reference path="../_references.d.ts" /> | ||
import ModelInterfaces = require('./ModelInterfaces'); | ||
import Bluebird = require('bluebird'); | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import Iridium = require('./Core'); | ||
/// <reference path="../_references.d.ts" /> | ||
import Iridium = require('./Core'); | ||
import ISchema = require('./Schema'); | ||
@@ -3,0 +4,0 @@ import MongoDB = require('mongodb'); |
@@ -1,2 +0,3 @@ | ||
import MongoDB = require('mongodb'); | ||
/// <reference path="../_references.d.ts" /> | ||
import MongoDB = require('mongodb'); | ||
import Model = require('./Model'); | ||
@@ -3,0 +4,0 @@ import Concoction = require('concoction'); |
@@ -1,2 +0,3 @@ | ||
import Iridium = require('./Core'); | ||
/// <reference path="../_references.d.ts" /> | ||
import Iridium = require('./Core'); | ||
import ISchema = require('./Schema'); | ||
@@ -3,0 +4,0 @@ import MongoDB = require('mongodb'); |
@@ -1,2 +0,3 @@ | ||
import MongoDB = require('mongodb'); | ||
/// <reference path="../_references.d.ts" /> | ||
import MongoDB = require('mongodb'); | ||
import Index = require('./Index'); | ||
@@ -3,0 +4,0 @@ import Hooks = require('./Hooks'); |
@@ -1,2 +0,3 @@ | ||
import Model = require('./Model'); | ||
/// <reference path="../_references.d.ts" /> | ||
import Model = require('./Model'); | ||
import ModelInterfaces = require('./ModelInterfaces'); | ||
@@ -3,0 +4,0 @@ import util = require('util'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
import core = require('./Core'); | ||
@@ -2,0 +3,0 @@ import ModelInterfaces = require('./ModelInterfaces'); |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../_references.d.ts" /> | ||
export = ISchema; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference path="../../_references.d.ts" /> | ||
import _ = require('lodash'); | ||
@@ -2,0 +3,0 @@ import MongoDB = require('mongodb'); |
{ | ||
"name": "iridium", | ||
"version": "5.0.0-alpha.10", | ||
"version": "5.0.0-alpha.11", | ||
"author": "Benjamin Pannell <admin@sierrasoftworks.com>", | ||
@@ -40,14 +40,20 @@ "description": "A custom lightweight ORM for MongoDB designed for power-users", | ||
"devDependencies": { | ||
"mocha": "^2.2.4", | ||
"chai": "^2.2.0", | ||
"chai-as-promised": "^5.0.0", | ||
"chai-fuzzy": "^1.5.0", | ||
"underscore": "^1.8.3", | ||
"tick": "~0.1.1", | ||
"codeclimate-test-reporter": "~0.0.4", | ||
"coveralls": "^2.11.2", | ||
"dts-generator": "^1.4.1", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-mocha-cli": "^1.13.0", | ||
"grunt-mocha-istanbul": "^2.4.0", | ||
"grunt-release": "^0.12.0", | ||
"grunt-ts": "^4.1.0", | ||
"istanbul": "~0.3.13", | ||
"coveralls": "^2.11.2", | ||
"codeclimate-test-reporter": "~0.0.4", | ||
"jshint": "^2.7.0", | ||
"mocha": "^2.2.4", | ||
"tick": "~0.1.1", | ||
"typescript": ">=1.5.0-alpha", | ||
"dts-generator": "^1.4.1" | ||
"underscore": "^1.8.3" | ||
}, | ||
@@ -54,0 +60,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ { | ||
"sourceMap": true, | ||
"declaration": false | ||
"declaration": false | ||
}, | ||
@@ -9,0 +9,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
250031
18
62
4382