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 0.1.8 to 0.2.0

22

package.json
{
"name": "@trapi/metadata",
"version": "0.1.8",
"version": "0.2.0",
"description": "Generate REST-API metadata scheme from TypeScript Decorators.",

@@ -32,13 +32,21 @@ "main": "./dist/index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Tada5hi/trapi.git"
},
"bugs": {
"url": "https://github.com/Tada5hi/trapi/issues"
},
"homepage": "https://github.com/Tada5hi/trapi#readme",
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/minimatch": "^3.0.5",
"@types/yup": "^0.29.13",
"@types/yup": "^0.29.14",
"jsonata": "^1.8.6"
},
"dependencies": {
"@trapi/metadata-utils": "^0.0.5",
"glob": "^7.2.0",
"minimatch": "^5.0.1",
"typescript": "^4.6.3",
"@trapi/metadata-utils": "^0.1.0",
"glob": "^8.0.3",
"minimatch": "^5.1.0",
"typescript": "^4.7.4",
"yup": "^0.32.11"

@@ -49,3 +57,3 @@ },

},
"gitHead": "81b7c352dd1dd988e922adb377d3ff70e3098be7"
"gitHead": "d59081f635380a76aabe902ddb5a6f8ac102eb26"
}
# @trapi/metadata 📚
[![main](https://github.com/Tada5hi/typescript-rest-api/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/typescript-rest-api/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Tada5hi/typescript-rest-api/branch/main/graph/badge.svg?token=ZUJ8F5TTSX)](https://codecov.io/gh/Tada5hi/typescript-rest-api)
[![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/typescript-rest-api/badge.svg)](https://snyk.io/test/github/Tada5hi/typescript-rest-api)
[![main](https://github.com/Tada5hi/trapi/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/trapi/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Tada5hi/trapi/branch/main/graph/badge.svg?token=ZUJ8F5TTSX)](https://codecov.io/gh/Tada5hi/trapi)
[![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/trapi/badge.svg)](https://snyk.io/test/github/Tada5hi/trapi)
[![npm version](https://badge.fury.io/js/@trapi%2Fmetadata.svg)](https://badge.fury.io/js/@trapi%2Fmetadata)

@@ -11,3 +11,3 @@

Please read the `CHANGELOG.md` in the repository for breaking changes.
Inspect the `CHANGELOG.md` in the repository for breaking changes.

@@ -20,5 +20,4 @@ **Table of Contents**

- [Usage](#usage)
- [Decorator(s)](#decorator)
- [Generator](#generator)
- [Structure](#structure)
## Installation

@@ -177,6 +176,1 @@

**coming soon**
## Credits
Parts of this package **@trapi/metadata** code rest on a continued fork repository ([typescript-swagger](https://github.com/Tada5hi/typescript-swagger)) of the
[typescript-rest-swagger](https://github.com/thiagobustamante/typescript-rest-swagger) library of [thiagobustamante](https://github.com/thiagobustamante)
and was also inspired by the [tsoa](https://github.com/lukeautry/tsoa) library of [lukeatury](https://github.com/lukeautry).
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