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

plutonio

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plutonio - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

7

dist/index.js

@@ -30,12 +30,5 @@ "use strict";

};
var _a, _b, _c;
Object.defineProperty(exports, "__esModule", { value: true });
const plutonio = __importStar(require("./main"));
exports.default = plutonio;
const base_path = `/Users/x71c9/repos/plutonio/builder`;
const scanned = plutonio.scan(`${base_path}/tsconfig.json`);
const imports = (_a = scanned[`${base_path}/src/index.ts`]) === null || _a === void 0 ? void 0 : _a.imports;
const type = (_c = (_b = scanned[`${base_path}/src/index.ts`]) === null || _b === void 0 ? void 0 : _b.interfaces) === null || _c === void 0 ? void 0 : _c['Something'];
console.log(JSON.stringify(imports, null, 2));
console.log(JSON.stringify(type, null, 2));
//# sourceMappingURL=index.js.map

2

dist/scanner/index.js

@@ -151,3 +151,3 @@ "use strict";

clause: '',
specifiers: []
specifiers: [],
};

@@ -154,0 +154,0 @@ // if (!import_clause) {

{
"name": "plutonio",
"version": "0.6.3",
"version": "0.6.4",
"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",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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