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

allure-js-commons

Package Overview
Dependencies
Maintainers
1
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.1 to 1.3.2

test/.eslintrc

16

package.json
{
"name": "allure-js-commons",
"version": "1.3.1",
"version": "1.3.2",
"description": "Common helper for writing plugins to allure-framework",

@@ -13,12 +13,12 @@ "main": "index.js",

"devDependencies": {
"eslint": "^3.19.0",
"jasmine": "^2.3.2",
"proxyquire": "^1.7.2",
"tempy": "^0.1.0"
"eslint": "^4.19.1",
"jasmine": "^3.1.0",
"proxyquire": "^2.0.1",
"tempy": "^0.2.1"
},
"dependencies": {
"file-type": "^4.2.0",
"fs-extra": "^3.0.0",
"file-type": "^7.7.1",
"fs-extra": "^6.0.1",
"js2xmlparser": "^3.0.0",
"mime": "1.3.4",
"mime": "^2.3.1",
"object-assign": "^4.1.1",

@@ -25,0 +25,0 @@ "uuid": "^3.0.0"

@@ -80,2 +80,6 @@ 'use strict';

Allure.prototype.epic = function(epic) {
this.addLabel('epic', epic);
};
Allure.prototype.feature = function(feature) {

@@ -82,0 +86,0 @@ this.addLabel('feature', feature);

@@ -11,3 +11,3 @@ var fileType = require('file-type'),

fileMime = type;
fileExtension = mime.extension(fileMime);
fileExtension = mime.getExtension(fileMime);
} else if(fileInfo) {

@@ -14,0 +14,0 @@ fileExtension = fileInfo.ext;

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