New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tartare

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tartare - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

lib/tartare.d.ts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

<a name="1.1.0"></a>
# [1.1.0](https://github.com/telefonicaid/tartare/compare/v1.0.3...v1.1.0) (2016-09-19)
### Bug Fixes
* `this` is not working on steps when the function is wrapped into a promise ([d722313](https://github.com/telefonicaid/tartare/commit/d722313))
### Features
* Add declarations to use Tartare with TypeScript ([ca80350](https://github.com/telefonicaid/tartare/commit/ca80350))
<a name="1.0.3"></a>

@@ -2,0 +16,0 @@ ## [1.0.3](https://github.com/telefonicaid/tartare/compare/v1.0.2...v1.0.3) (2016-09-09)

2

lib/interfaces/gherkin.js

@@ -83,3 +83,3 @@ /*

});
});
}.bind(this));
};

@@ -86,0 +86,0 @@ } else {

{
"name": "tartare",
"version": "1.0.3",
"version": "1.1.0",
"description": "Gherkin-like BDD testing framework for JavaScript based on Mocha",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"scripts": {
"lint": "eslint index.js bin lib",
"lint": "eslint index.js bin lib && tslint ./lib/tartare.d.ts ./test/*.ts --type-check --project ./tsconfig.json",
"changelog": "conventional-changelog --preset jshint --infile CHANGELOG.md --same-file",

@@ -48,4 +48,8 @@ "changelog-gh-release": "conventional-changelog --preset jshint --config .changelog.js",

"eslint-plugin-jsdoc": "^2.3.1",
"release-it": "^2.4.3"
"release-it": "^2.4.3",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"tslint-config-typings": "^0.2.3",
"typescript": "^1.8.10"
}
}
# RELEASE NOTES
## v1.1.0 / 19 Sep 2016
* Added declarations to use Tartare with TypeScript.
* Fixed a bug that prevented `this` from working on steps when the function is wrapped into a promise.
## v1.0.3 / 9 Sep 2016

@@ -4,0 +8,0 @@ * Fixed a bug that prevented Tartare from waiting for promises to be resolved when steps or hooks return promises.

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