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

allure-js-commons

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-js-commons - npm Package Compare versions

Comparing version 1.3.2 to 2.0.0-beta.2

dist/declarations/index.d.ts

38

package.json
{
"name": "allure-js-commons",
"version": "1.3.2",
"description": "Common helper for writing plugins to allure-framework",
"main": "index.js",
"repository": "git@github.com:allure-framework/allure-js-commons.git",
"version": "2.0.0-beta.2",
"description": "Allure JS Commons",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <mail@korobochka.org>",
"repository": "https://github.com/allure-framework/allure-js",
"main": "./dist/index.js",
"typings": "./dist/declarations/",
"scripts": {
"pretest": "eslint --ignore-path=.gitignore .",
"test": "JASMINE_CONFIG_PATH=jasmine.json jasmine"
"clean": "rimraf ./dist",
"lint": "eslint ./src ./index.ts --ext .ts",
"lint-fix": "eslint ./src ./index.ts --ext .ts --fix",
"compile": "tsc",
"build": "npm run lint && npm run compile",
"prepublishOnly": "npm run clean && npm run build"
},
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.19.1",
"jasmine": "^3.1.0",
"proxyquire": "^2.0.1",
"tempy": "^0.2.1"
"@types/mkdirp": "^0.5.2",
"@types/uuid": "^3.4.4"
},
"dependencies": {
"file-type": "^7.7.1",
"fs-extra": "^6.0.1",
"js2xmlparser": "^3.0.0",
"mime": "^2.3.1",
"object-assign": "^4.1.1",
"uuid": "^3.0.0"
}
"mkdirp": "^0.5.1",
"properties": "^1.2.1",
"uuid": "^3.3.2"
},
"gitHead": "3fa87a0342b7920642642c6afb3091077e5296f4"
}

@@ -1,2 +0,8 @@

# allure-js-commons [![Build Status](https://travis-ci.org/allure-framework/allure-js-commons.svg?branch=master)](https://travis-ci.org/allure-framework/allure-js-commons)
Shared Allure code for javascript frameworks
# allure-js-commons
Interface for Allure 2 to be used from Javascript and TypeScript.
This is not intended to be used by the projects directly, only as a foundation for test framework reporters.
### Authors
Ilya Korobitsyn <mail@korobochka.org>
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