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

tyscan

Package Overview
Dependencies
Maintainers
1
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.1.1 to 0.1.2

dist/bin.js

2

bin/tyscan.js
#!/usr/bin/env node
require('../dist/main.js');
require('../dist/bin.js');
{
"name": "tyscan",
"version": "0.1.1",
"version": "0.1.2",
"description": "Command line tool for scanning TypeScript sources",

@@ -8,9 +8,8 @@ "bin": {

},
"main": "./bin/tyscan.js",
"scripts": {
"build": "webpack",
"build": "tsc --project tsconfig.json --outDir dist",
"format": "tslint --fix --project tsconfig.json 'src/**/*.ts'",
"prepare": "webpack --config webpack.config.js",
"prepare": "npm run build",
"test": "nyc mocha test/**/*.ts test/*.ts",
"watch": "webpack --config webpack.dev.js --watch"
"watch": "npm run build"
},

@@ -31,5 +30,3 @@ "repository": {

"parsimmon": "^1.12.0",
"tsconfig": "^7.0.0",
"tsutils": "^3.7.0",
"typescript": "^3.2.4"
"tsconfig": "^7.0.0"
},

@@ -51,4 +48,8 @@ "devDependencies": {

"tslint-config-airbnb": "^5.11.1",
"webpack-merge": "^4.2.1"
"tsutils": "^3.7.0",
"typescript": "^3.2.4"
},
"peerDependencies": {
"typescript": "2 || 3"
},
"nyc": {

@@ -55,0 +56,0 @@ "include": [

Sorry, the diff of this file is too big to display

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