Socket
Socket
Sign inDemoInstall

iridium

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iridium - npm Package Compare versions

Comparing version 7.0.0-alpha.13 to 7.0.0-alpha.14

4

dist/test/support/chai.js

@@ -5,4 +5,8 @@ "use strict";

const Bluebird = require("bluebird");
const sourceMapSupport = require("source-map-support");
Bluebird.longStackTraces();
sourceMapSupport.install({
handleUncaughtExceptions: false
});
chai.use(chaiAsPromised);
//# sourceMappingURL=chai.js.map

12

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

@@ -27,2 +27,6 @@ "description": "A custom lightweight ORM for MongoDB designed for power-users",

"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts test/mocha.opts dist/test",
"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:html": "remap-istanbul -i coverage/coverage.json -o coverage/report -t html",
"lint": "tslint lib/",

@@ -69,6 +73,6 @@ "git:stash": "git stash",

"@types/mocha": "^2.2.28",
"@types/source-map-support": "^0.2.27",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"chalk": "^1.1.3",
"codeclimate-test-reporter": "^0.3.1",
"concurrently": "^2.1.0",

@@ -78,4 +82,6 @@ "coveralls": "^2.11.8",

"mocha": "^2.5.3",
"remap-istanbul": "^0.6.4",
"source-map-support": "^0.4.2",
"tslint": "^3.5.0",
"typedoc": "~0.4.2",
"typedoc": "~0.4.4",
"typescript": "~2.0.0"

@@ -82,0 +88,0 @@ },

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

Sorry, the diff of this file is not supported yet

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