New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 2.1.1

4

activatable/activatable.d.ts

@@ -11,4 +11,4 @@ export interface IActivatable {

deactivate(): Promise<void>;
protected abstract doActivate(): void | Promise<void>;
protected abstract doDeactivate(): void | Promise<void>;
protected abstract doActivate(): Promise<void>;
protected abstract doDeactivate(): Promise<void>;
}

@@ -15,0 +15,0 @@ export interface IActivatableCollection extends IActivatable {

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

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

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