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

@serenity-js/core

Package Overview
Dependencies
Maintainers
1
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/core - npm Package Compare versions

Comparing version 3.16.1 to 3.16.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.16.2](https://github.com/serenity-js/serenity-js/compare/v3.16.1...v3.16.2) (2024-02-05)
**Note:** Version bump only for package @serenity-js/core
## [3.16.1](https://github.com/serenity-js/serenity-js/compare/v3.16.0...v3.16.1) (2024-02-03)

@@ -8,0 +16,0 @@

6

lib/errors/RaiseErrors.d.ts

@@ -1,5 +0,5 @@

import { Ability } from '../screenplay';
import type { Stage } from '../stage';
import { Ability } from '../screenplay/abilities/Ability';
import type { Stage } from '../stage/Stage';
import type { ErrorOptions } from './ErrorOptions';
import type { RuntimeError } from './model';
import type { RuntimeError } from './model/RuntimeError';
/**

@@ -6,0 +6,0 @@ * An {@apilink Ability} that enables an {@apilink Actor} to create a Serenity/JS {@apilink RuntimeError}

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RaiseErrors = void 0;
const screenplay_1 = require("../screenplay");
const Ability_1 = require("../screenplay/abilities/Ability");
/**

@@ -52,3 +52,3 @@ * An {@apilink Ability} that enables an {@apilink Actor} to create a Serenity/JS {@apilink RuntimeError}

*/
class RaiseErrors extends screenplay_1.Ability {
class RaiseErrors extends Ability_1.Ability {
stage;

@@ -55,0 +55,0 @@ constructor(stage) {

{
"name": "@serenity-js/core",
"version": "3.16.1",
"version": "3.16.2",
"description": "Serenity/JS Screenplay, reporting engine and core interfaces.",

@@ -74,3 +74,3 @@ "author": {

},
"gitHead": "1b1f01b834dc110b6edce2e50297136b4ad6959b"
"gitHead": "d24b15b34b550b0a9b2541529e8d1f92a30f8944"
}

@@ -1,5 +0,5 @@

import { Ability } from '../screenplay';
import type { Stage } from '../stage';
import { Ability } from '../screenplay/abilities/Ability';
import type { Stage } from '../stage/Stage';
import type { ErrorOptions } from './ErrorOptions';
import type { RuntimeError } from './model';
import type { RuntimeError } from './model/RuntimeError';

@@ -6,0 +6,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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