Socket
Socket
Sign inDemoInstall

allure-js-commons

Package Overview
Dependencies
Maintainers
1
Versions
81
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.2.1 to 1.2.2

8

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

@@ -18,9 +18,9 @@ "main": "index.js",

"dependencies": {
"file-type": "2.6.0",
"fs-extra": "^0.30.0",
"js2xmlparser": "^0.1.9",
"lodash": "^3.7.0",
"node-uuid": "^1.4.3",
"file-type": "2.6.0",
"mime": "1.3.4"
"mime": "1.3.4",
"uuid": "^3.0.0"
}
}
'use strict';
var fs = require('fs-extra'),
path = require('path'),
uuid = require('node-uuid'),
uuid = require('uuid'),
xml = require('js2xmlparser');

@@ -6,0 +6,0 @@

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