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 2.0.0-pre.2 to 2.0.0-pre.3

3

CHANGELOG.md
# Change Log
## [v2.0.0-pre.3](https://github.com/testdouble/testdouble.js/tree/v2.0.0-pre.3) (2017-03-06)
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.0-pre.2...v2.0.0-pre.3)
## [v2.0.0-pre.2](https://github.com/testdouble/testdouble.js/tree/v2.0.0-pre.2) (2017-03-06)

@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.0-pre.1...v2.0.0-pre.2)

2

lib/version.js
// Generated by CoffeeScript 1.12.4
(function() {
module.exports = '2.0.0-pre.2';
module.exports = '2.0.0-pre.3';
}).call(this);
{
"name": "testdouble",
"version": "2.0.0-pre.2",
"version": "2.0.0-pre.3",
"description": "A minimal test double library for TDD with JavaScript",

@@ -42,3 +42,3 @@ "homepage": "https://github.com/testdouble/testdouble.js",

"preversion": "git pull --rebase && yarn run test:ci",
"postversion": "git push --tags && yarn run version:changelog && git push && yarn publish --tag=next",
"postversion": "git push --tags && yarn run version:changelog && git push && npm publish --tag=next",
"version": "yarn run version:write && yarn run compile && git add dist src/version.coffee",

@@ -45,0 +45,0 @@ "prepublish": "yarn run compile"

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