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

prescript

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prescript - npm Package Compare versions

Comparing version 0.5040.1-beta.9 to 0.5040.1-beta.10

1

lib/globalState.d.ts

@@ -1,2 +0,1 @@

/// <reference path="globalStateDeclaration.d.ts" />
export declare const state: Prescript.GlobalState;
"use strict";
/// <reference path="./globalStateDeclaration.ts" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +3,0 @@ exports.state = {};

8

lib/types.d.ts

@@ -1,3 +0,9 @@

/// <reference path="globalStateDeclaration.d.ts" />
import { StepName } from './StepName';
declare global {
namespace Prescript {
interface GlobalState {
[key: string]: unknown;
}
}
}
export declare type StepDefName = StepName | string;

@@ -4,0 +10,0 @@ export interface IStep {

"use strict";
/// <reference path="./globalStateDeclaration.ts" />
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "prescript",
"version": "0.5040.1-beta.9",
"version": "0.5040.1-beta.10",
"description": "Object-oriented acceptance test tool",

@@ -5,0 +5,0 @@ "main": "./lib/singletonApi.js",

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