allure-js-commons
Advanced tools
Comparing version 1.3.2 to 2.0.0-beta.2
{ | ||
"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> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
68889
3
2
81
1029
1
9
2
2
+ Addedmkdirp@^0.5.1
+ Addedproperties@^1.2.1
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedproperties@1.2.1(transitive)
- Removedfile-type@^7.7.1
- Removedfs-extra@^6.0.1
- Removedjs2xmlparser@^3.0.0
- Removedmime@^2.3.1
- Removedobject-assign@^4.1.1
- Removedfile-type@7.7.1(transitive)
- Removedfs-extra@6.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjs2xmlparser@3.0.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedmime@2.6.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removeduniversalify@0.1.2(transitive)
- Removedxmlcreate@1.0.2(transitive)
Updateduuid@^3.3.2