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.0.1 to 2.1.0

activatable/activatable.d.ts

1

index.d.ts

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

export * from './activatable';
export * from './disposable';
export * from './emitter';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./activatable"), exports);
tslib_1.__exportStar(require("./disposable"), exports);
tslib_1.__exportStar(require("./emitter"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@stoplight/lifecycle",
"version": "2.0.1",
"version": "2.1.0",
"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