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

@travetto/base

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/base - npm Package Compare versions

Comparing version 3.1.0-rc.0 to 3.1.0-rc.1

6

package.json
{
"name": "@travetto/base",
"version": "3.1.0-rc.0",
"version": "3.1.0-rc.1",
"description": "Environment config and common utilities for travetto applications.",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@travetto/manifest": "^3.1.0-rc.0",
"@travetto/manifest": "^3.1.0-rc.1",
"@types/source-map-support": "^0.5.6",

@@ -35,3 +35,3 @@ "source-map-support": "^0.5.21"

"peerDependencies": {
"@travetto/transformer": "^3.1.0-rc.0"
"@travetto/transformer": "^3.1.0-rc.2"
},

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

@@ -33,3 +33,3 @@ import { ManifestModuleUtil, RootIndex, WatchEvent, watchFolders } from '@travetto/manifest';

} else {
RootIndex.reinitForModule(RootIndex.mainModule.name);
RootIndex.reinitForModule(RootIndex.mainModuleName);
}

@@ -66,3 +66,3 @@ if (ev.action !== 'delete') {

// Load new content
RootIndex.reinitForModule(RootIndex.mainModule.name);
RootIndex.reinitForModule(RootIndex.mainModuleName);
}

@@ -69,0 +69,0 @@ const found = RootIndex.getFromSource(ev.file);

@@ -87,3 +87,3 @@ import { setTimeout } from 'timers/promises';

const name = RootIndex.mainPackage.name;
const name = RootIndex.mainModuleName;

@@ -90,0 +90,0 @@ try {

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