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

@travetto/cache

Package Overview
Dependencies
Maintainers
1
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/cache - npm Package Compare versions

Comparing version 0.3.0 to 0.3.2

src/decorator.ts

3

index.ts

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

export * from './src';
export * from './src/decorator';
export * from './src/service';

@@ -10,3 +10,3 @@ {

"dependencies": {
"@travetto/compiler": "^0.3.0",
"@travetto/compiler": "^0.3.2",
"@types/lru-cache": "^4.1.0",

@@ -17,3 +17,3 @@ "lru-cache": "^4.1.2"

"devDependencies": {
"@travetto/test": "^0.3.0"
"@travetto/test": "^0.3.2"
},

@@ -32,4 +32,4 @@ "homepage": "https://travetto.io",

},
"version": "0.3.0",
"gitHead": "fb6bd5439f7491a7b8446bd3717c3ba35d8dbd4a"
"version": "0.3.2",
"gitHead": "54e9adaef1897a7f971f399c8f7dd86cbab90665"
}

@@ -5,3 +5,3 @@ export const init = {

action: () => {
const { CacheManager } = require('../src/service/cache');
const { CacheManager } = require('../src/service');
const { Shutdown } = require('@travetto/base');

@@ -8,0 +8,0 @@ Shutdown.onShutdown('Cache Manager', CacheManager.cleanup.bind(CacheManager));

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