Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testdouble

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testdouble - npm Package Compare versions

Comparing version 3.7.0 to 3.8.0

lib/replace/module/fake-name.js

2

lib/version.js
"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

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