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.24 to 0.0.25

2

package.json

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

"scripts": {},
"version": "0.0.24"
"version": "0.0.25"
}

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

import { deepMerge } from '@travetto/base';
import { deepAssign } from '@travetto/base';

@@ -79,3 +79,3 @@ import { Registry } from './registry';

const conf = this.getOrCreatePending(cls);
deepMerge(conf, pconfig);
deepAssign(conf, pconfig);
}

@@ -85,3 +85,3 @@

const conf = this.getOrCreatePendingMethod(cls, method);
deepMerge(conf, pconfig);
deepAssign(conf, pconfig);
}

@@ -88,0 +88,0 @@

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