Comparing version 0.3.0 to 0.3.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
119785
18
0
45