New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typescript-parser

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-parser - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.npmignore

32

package.json
{
"name": "typescript-parser",
"version": "0.0.1",
"version": "1.0.0",
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "npm run clean && tsc -p ./config/tsconfig.build.json",
"clean": "del-cli ./build ./coverage",
"develop": "npm run clean && tsc -p .",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "npm run lint && npm run clean && jest -c ./jest.json",
"test:watch": "npm run clean && jest -c ./jest.json --watch",
"typedoc": "del-cli ./docs && typedoc --ignoreCompilerErrors --out ./docs --mode file --tsconfig ./config/tsconfig.build.json ./src/",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TypeScript-Heroes/node-typescript-parser.git"
"url": "https://github.com/TypeScript-Heroes/node-typescript-parser.git"
},

@@ -24,3 +32,19 @@ "keywords": [

},
"homepage": "https://github.com/TypeScript-Heroes/node-typescript-parser#readme"
"homepage": "https://github.com/TypeScript-Heroes/node-typescript-parser#readme",
"devDependencies": {
"@types/jest": "^20.0.1",
"@types/node": "^8.0.1",
"del-cli": "^1.0.0",
"jest": "^20.0.4",
"ts-jest": "^20.0.6",
"tslint": "^5.4.3",
"tslint-config-airbnb": "^5.2.0",
"tsutils": "^2.4.0",
"typedoc": "^0.7.1",
"semantic-release": "^6.3.6"
},
"dependencies": {
"tslib": "^1.7.1",
"typescript": "^2.4.1"
}
}
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