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

@travetto/boot

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/boot - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

6

bin/postinstall.js
const fs = require('fs');
const root = process.env.INIT_CWD || process.cwd();
['tsconfig.json', 'tslint.json']
.filter(f => !fs.existsSync(`${process.cwd()}/${f}`))
.filter(f => !fs.existsSync(`${root}/${f}`))
.forEach(f => {
const conf = JSON.stringify({ extends: `./node_modules/@travetto/boot/${f}` });
fs.writeFileSync(`${process.cwd()}/${f}`, conf);
fs.writeFileSync(`${root}/${f}`, conf);
});

@@ -9,0 +11,0 @@

@@ -45,3 +45,3 @@ {

},
"version": "0.6.4"
"version": "0.6.5"
}
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