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
1
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.0.0-alpha.3 to 1.0.0-alpha.4

3

dist/utils/tsconfig/type.d.ts

@@ -6,6 +6,7 @@ import type { CompilerOptions } from 'typescript';

};
export type TsCompilerOptions = CompilerOptions;
export type TsConfig = {
compilerOptions?: CompilerOptions;
compilerOptions?: TsCompilerOptions;
[key: string]: any;
};
//# sourceMappingURL=type.d.ts.map
{
"name": "@trapi/metadata",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Generate REST-API metadata scheme from TypeScript Decorators.",

@@ -58,3 +58,3 @@ "main": "./dist/index.js",

},
"gitHead": "8efb4a96f08bea52d43022e2fff7c6c8f3e9edb7"
"gitHead": "520c8f53bab866f9650eb3137fce9389ef39c95a"
}

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