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

@travetto/registry

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/registry - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

2

package.json

@@ -19,3 +19,3 @@ {

"scripts": {},
"version": "0.0.44"
"version": "0.0.45"
}

@@ -44,3 +44,3 @@ import { Class } from '../model/types';

} catch (e) {
console.debug(e);
console.error(e);
throw e;

@@ -96,3 +96,3 @@ } finally {

onEvent(event: ChangeEvent<Class>) {
console.debug('Received', this.constructor.__id, event.type, (event.curr || event.prev)!.__id);
console.trace('Received', this.constructor.__id, event.type, (event.curr || event.prev)!.__id);

@@ -99,0 +99,0 @@ switch (event.type) {

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