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

tyscan

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tyscan

Command line tool for scanning TypeScript sources

  • 0.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by16.67%
Maintainers
2
Weekly downloads
 
Created
Source

TyScan logo

TyScan

npm version CircleCI

TyScan is a command line tool for scanning TypeScript code.

Installation

  1. Install TyScan and TypeScript with npm:
$ npm install tyscan typescript --save-dev
  1. Check the installation:
$ npx tyscan  # Should print help message

Docker

We provide Docker images for TyScan.

$ docker run -it --rm -v "$PWD":/work sider/tyscan

You can pick a tag for the version you want to use or try with the latest tag (default).

Also, you can try with the master tag which points to the latest version on the master branch!

Documentation

Contributing

Bug reports, feature requests, and pull requests are welcome on GitHub at https://github.com/sider/TyScan.

FAQs

Package last updated on 24 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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