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.3.0 to 0.3.1

1

dist/utils/index.d.ts
export * from './object';
export * from './path';
export * from './typescript';
export * from './validator';
//# sourceMappingURL=index.d.ts.map

@@ -26,3 +26,2 @@ "use strict";

__exportStar(require("./typescript"), exports);
__exportStar(require("./validator"), exports);
//# sourceMappingURL=index.js.map

13

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

@@ -42,18 +42,19 @@ "main": "./dist/index.js",

"devDependencies": {
"@trapi/decorator": "^0.0.3",
"@types/glob": "^8.0.0",
"@types/minimatch": "^5.1.2",
"@types/yup": "^0.32.0",
"jsonata": "^1.8.6"
},
"dependencies": {
"@trapi/decorator": "^0.0.2",
"glob": "^8.0.3",
"minimatch": "^5.1.0",
"typescript": "^4.8.4",
"yup": "^0.32.11"
"typescript": "^4.8.4"
},
"peerDependencies": {
"@trapi/decorator": ">=0.0.2 <1.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a325c55212f69c91105400621ffa553bc69a1ed1"
"gitHead": "3a79951e732e4b724e699f138a61b9374cb3e16f"
}

Sorry, the diff of this file is not supported yet

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