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

@travetto/registry

Package Overview
Dependencies
Maintainers
1
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/registry - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

42

package.json
{
"author": {
"email": "travetto.framework@gmail.com",
"email": "travetto.framework@gmail.com",
"name": "Travetto Framework"
},
},
"dependencies": {
"@travetto/base": "0.x.x",
"@travetto/compiler": "0.x.x",
"@travetto/base": "^0.0.162",
"@travetto/compiler": "^0.0.48",
"string-hash": "^1.1.3"
},
"description": "Patterns and utilities for handling registration of metadata and functionality for run-time use",
"homepage": "https://travetto.io",
},
"description": "Patterns and utilities for handling registration of metadata and functionality for run-time use",
"homepage": "https://travetto.io",
"keywords": [
"ast-transformations",
"registry",
"metadata",
"travetto",
"typescript",
"ast-transformations",
"registry",
"metadata",
"travetto",
"typescript",
"real-time"
],
"license": "MIT",
"main": "index.ts",
"name": "@travetto/registry",
],
"license": "MIT",
"main": "index.ts",
"name": "@travetto/registry",
"repository": {
"url": "https://github.com/travetto/registry.git"
},
"scripts": {},
"version": "0.0.49"
}
"url": "https://github.com/travetto/travetto.git"
},
"scripts": {},
"version": "0.0.50"
}
{
"extends": "./node_modules/@travetto/base/tsconfig.json"
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"strict": true,
"noStrictGenericChecks": true,
"strictPropertyInitialization": false,
"sourceMap": true,
"lib": [
"es2015.proxy",
"es2018"
],
"preserveConstEnums": true,
"experimentalDecorators": true,
"rootDir": "src/",
"outDir": "build/"
}
}
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