New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/registry

Package Overview
Dependencies
Maintainers
1
Versions
296
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.36 to 0.0.37

2

package.json

@@ -18,3 +18,3 @@ {

"scripts": {},
"version": "0.0.36"
"version": "0.0.37"
}

@@ -55,2 +55,8 @@ import { Class } from '../model/types';

verifyInitialized() {
if (!this.resolved) {
throw new Error(`${this.constructor.name} has not been initialized, you probably need to call RootRegistry.init()`);
}
}
async init(): Promise<any> {

@@ -57,0 +63,0 @@ if (!this.initialized) {

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