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

jest-allure2

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2 - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

CODE_OF_CONDUCT.md

73

package.json
{
"name": "jest-allure2",
"version": "1.1.1",
"version": "1.2.0",
"description": "Allure Reports for jest",

@@ -11,39 +11,34 @@ "main": "dist/src/index.js",

"build": "tsc",
"test": "jest --config ./__test__/jest.config.js",
"lint": "xo ./src && prettier ./src --list-different",
"fix": "xo ./src --fix && prettier ./src --write"
"test": "yarn clean && yarn build && jest --config ./__tests__/jest.config.js",
"lint": "xo src/",
"fix": "xo src/ --fix",
"clean": "rimraf ./dist"
},
"keywords": [
"jest",
"report",
"reports",
"allure",
"tests"
],
"dependencies": {
"allure-jasmine": "^2.0.0-beta.6",
"allure-js-commons": "^2.0.0-beta.6",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jedmao/semantic-release-npm-github-config": "^1.0.9",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/allure-js-commons": "^0.0.1",
"@types/jasmine": "^3.5.10",
"@types/jest": "^25.2.1",
"commitizen": "^4.0.5",
"conventional-changelog-conventionalcommits": "^4.2.3",
"cz-conventional-changelog": "^3.1.1",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.0",
"@types/jasmine": "^3.5.11",
"@types/jest": "^26.0.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "3.2.0",
"eslint-plugin-jest": "^23.16.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"semantic-release": "^17.0.7",
"typescript": "^3.8.3",
"xo": "^0.30.0"
"semantic-release": "^17.0.8",
"typescript": "^3.9.5",
"xo": "^0.32.0"
},
"dependencies": {
"allure-jasmine": "^2.0.0-beta.6",
"allure-js-commons": "^2.0.0-beta.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ryparker/jest-allure.git"
"url": "https://github.com/ryparker/jest-allure2.git"
},
"xo": {
"extends": [
"plugin:jest/recommended"
],
"globals": [

@@ -57,9 +52,19 @@ "jasmine",

"rules": {
"@typescript-eslint/prefer-readonly-parameter-types": 0
"@typescript-eslint/prefer-readonly-parameter-types": 0,
"no-eval": 0,
"@typescript-eslint/no-unused-vars": 0
}
},
"release": {
"extends": "@jedmao/semantic-release-npm-github-config",
"branch": "master"
}
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"jest",
"report",
"reports",
"allure",
"tests"
]
}

@@ -35,3 +35,3 @@ # Jest-Allure2

| -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Jest](https://jestjs.io/) | A highly customizable Javascript testing framework. |
| [Jest](https://jestjs.io/) | A delightful JavaScript testing framework. |
| [Allure 2 CLI](https://github.com/allure-framework/allure2#download) | "A Java jar command line tool that turns Allure result files into beautiful Allure reports." |

@@ -38,0 +38,0 @@

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