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

@travetto/compiler

Package Overview
Dependencies
Maintainers
1
Versions
307
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.1 to 0.0.3

.npmignore

2

bootstrap.js
require('@travetto/base/bootstrap');
require('./src/compiler.ts').Compiler.init(process.cwd());
require('./src/compiler.ts').Compiler.init(process.cwd());
{
"author": {
"name": "Timothy Soehnlin",
"email": "timothy.soehnlin@gmail.com"
},
"email": "timothy.soehnlin@gmail.com",
"name": "Timothy Soehnlin"
},
"dependencies": {
"@travetto/base": "0.x.x",
"@types/chokidar": "^1.7.2",
"@types/node": "^8.0.24",
"@types/source-map-support": "^0.4.0",
"chokidar": "^1.7.0",
"farmhash": "^2.0.3",
"source-map-support": "^0.4.16",
"tslib": "^1.7.1"
},
"description": "",
"license": "ISC",
"main": "index.ts",
"name": "@travetto/compiler",
"repository": {
"url": "https://github.com/travetto/compiler.git"
},
"dependencies": {
"@travetto/base": "^0.0.1",
"@types/chokidar": "^1.7.2",
"@types/node": "^8.0.24",
"@types/source-map-support": "^0.4.0",
"chokidar": "^1.7.0",
"farmhash": "^2.0.3",
"source-map-support": "^0.4.16",
"tslib": "^1.7.1"
},
"description": "",
"license": "ISC",
"main": "index.ts",
"name": "@travetto/compiler",
"scripts": {},
"version": "0.0.1"
},
"scripts": {},
"version": "0.0.3"
}
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