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

@trapi/metadata

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trapi/metadata - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/cache/client.d.ts

2

dist/cache/index.d.ts

@@ -1,4 +0,4 @@

export * from './driver';
export * from './client';
export * from './type';
export * from './utils';
//# sourceMappingURL=index.d.ts.map

@@ -23,5 +23,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./driver"), exports);
__exportStar(require("./client"), exports);
__exportStar(require("./type"), exports);
__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map

@@ -23,3 +23,3 @@ "use strict";

this.config = context.options;
this.cache = new cache_1.CacheDriver(context.options.cache);
this.cache = new cache_1.CacheClient(context.options.cache);
this.decoratorResolver = new decorator_1.DecoratorResolver();

@@ -26,0 +26,0 @@ this.program = (0, typescript_1.createProgram)(context.sourceFiles, context.compilerOptions || {});

{
"name": "@trapi/metadata",
"version": "1.2.2",
"version": "1.2.3",
"description": "Generate REST-API metadata scheme from TypeScript Decorators.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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