Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/compiler - npm Package Compare versions

Comparing version 0.0.47 to 0.0.48

50

package.json
{
"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/"
}
}
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