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

@reportportal/agent-js-jasmine

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reportportal/agent-js-jasmine - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

3

lib/specificUtils.js

@@ -81,3 +81,4 @@ /*

conf.rerun && { rerun: conf.rerun },
conf.rerunOf && { rerunOf: conf.rerunOf }
conf.rerunOf && { rerunOf: conf.rerunOf },
conf.mode && { mode: conf.mode }
);

@@ -84,0 +85,0 @@

{
"name": "@reportportal/agent-js-jasmine",
"version": "5.0.2",
"version": "5.0.3",
"description": "Agent for integration Jasmine with ReportPortal.",
"main": "./lib/reportportal-agent",
"scripts": {
"lint": "eslint . --quiet",
"lint": "eslint .",
"format": "npm run lint -- --fix",

@@ -13,3 +13,3 @@ "test": "nyc ./node_modules/jasmine/bin/jasmine.js",

"dependencies": {
"@reportportal/client-javascript": "^5.0.12"
"@reportportal/client-javascript": "~5.0.15"
},

@@ -16,0 +16,0 @@ "devDependencies": {

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