Socket
Socket
Sign inDemoInstall

plutonio

Package Overview
Dependencies
28
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

dist/scanner/index.d.ts

@@ -9,2 +9,2 @@ /**

import * as t from './types.js';
export declare function scanner(): t.Scanned;
export declare function scanner(tsconfig_path: string): t.Scanned;

@@ -43,4 +43,3 @@ "use strict";

let checker;
function scanner() {
const tsconfig_path = `/home/x71c9/repos/plutonio/builder/tsconfig.json`;
function scanner(tsconfig_path) {
const config_file = typescript_1.default.readConfigFile(tsconfig_path, typescript_1.default.sys.readFile);

@@ -47,0 +46,0 @@ const config_object = config_file.config;

{
"name": "plutonio",
"version": "0.2.1",
"version": "0.2.2",
"description": "A typescript library that scans your typescript project and generate a schema of all types and interfaces of the project.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -18,4 +18,3 @@ /**

export function scanner() {
const tsconfig_path = `/home/x71c9/repos/plutonio/builder/tsconfig.json`;
export function scanner(tsconfig_path: string) {
const config_file = ts.readConfigFile(tsconfig_path, ts.sys.readFile);

@@ -22,0 +21,0 @@ const config_object = config_file.config;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc