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.2 to 0.1.3

6

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

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

"dependencies": {
"@trapi/metadata-utils": "^0.0.3",
"@trapi/metadata-utils": "^0.0.4",
"glob": "^7.1.7",

@@ -47,3 +47,3 @@ "minimatch": "^3.0.4",

},
"gitHead": "53d75cb70b5318468097755a5f08e92e36997fcf"
"gitHead": "92a749c82c6e326e80757f3c45ed92b321edd80a"
}

@@ -20,4 +20,13 @@ /*

const tags : NodeArray<JSDocTag> = [
{tagName: {text: 'foo'}},
{tagName: {text: 'bar'}, comment: 'comment'}
{
tagName: {
text: 'foo'
}
},
{
tagName: {
text: 'bar'
},
comment: 'comment'
}
] as unknown as NodeArray<JSDocTag>;

@@ -24,0 +33,0 @@

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