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 - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

package.json
{
"name": "tyscan",
"version": "0.3.0",
"version": "0.3.1",
"description": "Command line tool for scanning TypeScript sources",

@@ -53,3 +53,2 @@ "bin": {

"nyc": "^14.1.1",
"ts-loader": "^5.4.5",
"ts-node": "^8.1.0",

@@ -56,0 +55,0 @@ "tslint": "^5.16.0",

@@ -12,32 +12,30 @@ ![TyScan logo](logo/TyScan_Horizontal.png)

1. Install TyScan with `npm`
1. Install TyScan and TypeScript with `npm`:
```sh
npm install -g tyscan
```shell
$ npm install tyscan typescript --save-dev
```
2. Check the installation
2. Check the installation:
```sh
tyscan # Should print help message
```shell
$ npx tyscan # Should print help message
```
### Docker images
### Docker
We provide [Docker images](https://hub.docker.com/r/sider/tyscan) for TyScan.
```sh
$ docker pull sider/tyscan
$ docker run -it --rm -v `pwd`:/work sider/tyscan
```shell
$ docker run -it --rm -v "$PWD":/work sider/tyscan
```
You can pick a tag for the version you want to use or try with `latest` (the default.)
(You can try with `master` tag with the latest version on `master` branch!)
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
- [Sample configuration and its description](doc/config.md)
- [Pattern syntax](doc/pattern.md)
- [Command line options](doc/cli.md)

@@ -44,0 +42,0 @@

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