@travetto/registry
Advanced tools
Comparing version 0.0.49 to 0.0.50
{ | ||
"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/" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19403
516
22
+ Added@travetto/base@0.0.162(transitive)
+ Added@travetto/compiler@0.0.48(transitive)
+ Added@types/node@10.17.60(transitive)
+ Added@types/source-map-support@0.4.2(transitive)
+ Addedstack-chain@2.0.0(transitive)
+ Addedtrace@3.2.0(transitive)
+ Addedtypescript@2.9.2(transitive)
- Removed@travetto/base@0.7.3(transitive)
- Removed@travetto/boot@0.7.2(transitive)
- Removed@travetto/compiler@0.7.4(transitive)
- Removed@travetto/config@0.7.4(transitive)
- Removed@travetto/yaml@0.7.3(transitive)
- Removed@types/node@11.15.54(transitive)
- Removed@types/source-map-support@0.5.10(transitive)
- Removedtypescript@3.9.10(transitive)
Updated@travetto/base@^0.0.162
Updated@travetto/compiler@^0.0.48