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
0
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 4.1.2 to 5.0.0-rc.0

8

package.json
{
"name": "@travetto/registry",
"version": "4.1.2",
"version": "5.0.0-rc.0",
"description": "Patterns and utilities for handling registration of metadata and functionality for run-time use",

@@ -30,7 +30,7 @@ "keywords": [

"dependencies": {
"@travetto/base": "^4.1.2"
"@travetto/base": "^5.0.0-rc.0"
},
"peerDependencies": {
"@travetto/cli": "^4.1.2",
"@travetto/transformer": "^4.1.2"
"@travetto/cli": "^5.0.0-rc.0",
"@travetto/transformer": "^5.0.0-rc.0"
},

@@ -37,0 +37,0 @@ "peerDependenciesMeta": {

import { Module } from 'node:module';
import { RuntimeIndex, path } from '@travetto/manifest';
import { path, RuntimeIndex } from '@travetto/manifest';
import { Env } from '@travetto/base';

@@ -5,0 +5,0 @@

@@ -6,4 +6,3 @@ import ts from 'typescript';

const REGISTER_MOD = '@travetto/registry/src/decorator';
const BASE_MOD_SRC = '@travetto/base/src';
const MANIFEST_MOD = '@travetto/manifest';
const SKIP_SRC = /^@travetto\/(base|manifest)\/(src|support)/;

@@ -22,4 +21,3 @@ /**

state.importName === REGISTER_MOD ||
state.importName.startsWith(BASE_MOD_SRC) ||
state.importName.startsWith(MANIFEST_MOD)
SKIP_SRC.test(state.importName)
) { // Cannot process self

@@ -26,0 +24,0 @@ return node;

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