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

@stoplight/lifecycle

Package Overview
Dependencies
Maintainers
18
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/lifecycle - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

activatable/activatable.d.ts

@@ -9,3 +9,3 @@ export interface IMinimalActivatable {

export declare abstract class Activatable implements IActivatable {
private _state;
protected _state: 'deactivated' | 'isActivating' | 'activated' | 'isDeactivating';
readonly state: "deactivated" | "isActivating" | "activated" | "isDeactivating";

@@ -12,0 +12,0 @@ activate(): Promise<void>;

{
"name": "@stoplight/lifecycle",
"version": "2.1.2",
"version": "2.1.3",
"description": "Event and disposable helpers.",

@@ -5,0 +5,0 @@ "keywords": [],

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