testdouble
Advanced tools
Comparing version 3.7.0 to 3.8.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '3.7.0'; | ||
exports.default = '3.8.0'; |
{ | ||
"name": "testdouble", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"description": "A minimal test double library for TDD with JavaScript", | ||
@@ -23,2 +23,3 @@ "homepage": "https://github.com/testdouble/testdouble.js", | ||
"clean": "rimraf dist lib coverage", | ||
"clean:hard": "npm run clean && rimraf node_modules \"examples/*/node_modules\"", | ||
"postclean": "mkdirp dist", | ||
@@ -40,3 +41,3 @@ "compile:browser": "cross-conf-env browserify src/index.js --standalone td --outfile $npm_package_config_build_file -p tsify -p headerify", | ||
"test:ci": "npm run compile && run-p style test:all && echo \"All done!\"", | ||
"test:example": "(npm link || sudo npm link) && run-p test:example:babel test:example:jest test:example:jest-broken test:example:plain-html test:example:node test:example:webpack", | ||
"test:example": "run-p test:example:babel test:example:jest test:example:jest-broken test:example:plain-html test:example:node test:example:webpack", | ||
"test:example:babel": "./script/run-examples babel", | ||
@@ -56,3 +57,4 @@ "test:example:jest": "./script/run-examples jest", | ||
"browser": { | ||
"./src/replace/module.js": "./src/replace/module.browser.js", | ||
"./src/replace/module/index.js": "./src/replace/module/index.browser.js", | ||
"./lib/replace/module/index.js": "./lib/replace/module/index.browser.js", | ||
"quibble": "./src/quibble.browser.js" | ||
@@ -86,5 +88,6 @@ }, | ||
"dependencies": { | ||
"common-tags": "^1.7.2", | ||
"es6-map": "^0.1.5", | ||
"lodash": "^4.17.4", | ||
"quibble": "^0.5.1", | ||
"quibble": "^0.5.5", | ||
"stringify-object-es5": "^2.5.0" | ||
@@ -101,3 +104,3 @@ }, | ||
"npm-run-all": "^4.1.2", | ||
"nyc": "^11.5.0", | ||
"nyc": "^11.7.1", | ||
"pryjs": "^1.0.3", | ||
@@ -104,0 +107,0 @@ "rimraf": "^2.6.2", |
@@ -50,2 +50,3 @@ # testdouble.js | ||
* [testdouble-jasmine](https://github.com/BrianGenisio/testdouble-jasmine) | ||
* [testdouble-qunit](http://alexlafroscia.com/testdouble-qunit/latest/docs) | ||
@@ -52,0 +53,0 @@ ## Getting started |
@@ -1,1 +0,1 @@ | ||
export default '3.7.0' | ||
export default '3.8.0' |
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
546378
159
12948
553
5
+ Addedcommon-tags@^1.7.2
+ Addedcommon-tags@1.8.2(transitive)
Updatedquibble@^0.5.5