Socket
Socket
Sign inDemoInstall

detective-typescript

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective-typescript - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

10

package.json
{
"name": "detective-typescript",
"version": "8.0.0",
"version": "8.0.1",
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",

@@ -18,3 +18,3 @@ "description": "Get the dependencies of a TypeScript module",

"type": "git",
"url": "git+https://github.com/pahen/detective-typescript.git"
"url": "git+https://github.com/dependents/detective-typescript.git"
},

@@ -33,6 +33,6 @@ "keywords": [

"license": "MIT",
"homepage": "https://github.com/pahen/detective-typescript",
"homepage": "https://github.com/dependents/detective-typescript",
"dependencies": {
"@typescript-eslint/typescript-estree": "^5.12.0",
"ast-module-types": "^2.7.1",
"@typescript-eslint/typescript-estree": "^5.12.1",
"ast-module-types": "^3.0.0",
"node-source-walk": "^4.2.2",

@@ -39,0 +39,0 @@ "typescript": "^4.5.5"

@@ -1,2 +0,2 @@

### detective-typescript [![CI](https://github.com/pahen/detective-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/pahen/detective-typescript/actions/workflows/ci.yml) [![npm](http://img.shields.io/npm/v/detective-typescript.svg)](https://npmjs.org/package/detective-typescript) [![npm](http://img.shields.io/npm/dm/detective-typescript.svg)](https://npmjs.org/package/detective-typescript)
### detective-typescript [![CI](https://github.com/dependents/detective-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/dependents/detective-typescript/actions/workflows/ci.yml) [![npm](http://img.shields.io/npm/v/detective-typescript.svg)](https://npmjs.org/package/detective-typescript) [![npm](http://img.shields.io/npm/dm/detective-typescript.svg)](https://npmjs.org/package/detective-typescript)

@@ -12,3 +12,5 @@ > Get the dependencies of TypeScript module

```js
const fs = require('fs');
const detective = require('detective-typescript');
const mySourceCode = fs.readFileSync('myfile.ts', 'utf8');

@@ -15,0 +17,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