@travetto/compiler
Advanced tools
Comparing version 0.0.47 to 0.0.48
{ | ||
"author": { | ||
"email": "travetto.framework@gmail.com", | ||
"email": "travetto.framework@gmail.com", | ||
"name": "Travetto Framework" | ||
}, | ||
}, | ||
"dependencies": { | ||
"@travetto/base": "0.x.x", | ||
"@types/source-map-support": "^0.4.1", | ||
"source-map-support": "^0.5.6", | ||
"string-hash": "^1.1.3", | ||
"@travetto/base": "^0.0.162", | ||
"@types/source-map-support": "^0.4.1", | ||
"source-map-support": "^0.5.6", | ||
"string-hash": "^1.1.3", | ||
"tslib": "^1.9.2" | ||
}, | ||
"description": "Node-integration of Typescript Compiler with advanced functionality for collecting AST transformers, and detecting changes in classes and methods.", | ||
"homepage": "https://travetto.io", | ||
}, | ||
"description": "Node-integration of Typescript Compiler with advanced functionality for collecting AST transformers, and detecting changes in classes and methods.", | ||
"homepage": "https://travetto.io", | ||
"keywords": [ | ||
"tsc", | ||
"typescript", | ||
"compiler", | ||
"caching", | ||
"ast-transformations", | ||
"change-detection", | ||
"real-time", | ||
"tsc", | ||
"typescript", | ||
"compiler", | ||
"caching", | ||
"ast-transformations", | ||
"change-detection", | ||
"real-time", | ||
"travetto" | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/compiler", | ||
], | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"name": "@travetto/compiler", | ||
"repository": { | ||
"url": "https://github.com/travetto/compiler.git" | ||
}, | ||
"scripts": {}, | ||
"version": "0.0.47" | ||
} | ||
"url": "https://github.com/travetto/travetto.git" | ||
}, | ||
"scripts": {}, | ||
"version": "0.0.48" | ||
} |
@@ -1,2 +0,2 @@ | ||
travetto: Compiler | ||
Travetto Compiler | ||
=== | ||
@@ -3,0 +3,0 @@ |
{ | ||
"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/" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
29253
743
17
+ Added@travetto/base@0.0.162(transitive)
+ Added@types/node@10.17.60(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@types/node@11.15.54(transitive)
- Removedtypescript@3.9.10(transitive)
Updated@travetto/base@^0.0.162