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

type-genius

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-genius - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

8

dist/index.js

@@ -210,3 +210,9 @@ "use strict";

if (options === null || options === void 0 ? void 0 : options.returnFileString) {
return fileString;
var specialStringInterfaceConfigReturn = {
string: fileString,
typesConfig: {},
interfaceName: "Full File String",
};
// Return type will always be an array of InterfaceConfigs
return [specialStringInterfaceConfigReturn];
}

@@ -213,0 +219,0 @@ // Write the file using that string

2

package.json
{
"name": "type-genius",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

@@ -270,3 +270,9 @@ import { writeFile } from "fs";

if (options?.returnFileString) {
return fileString;
const specialStringInterfaceConfigReturn: InterfaceConfig = {
string: fileString,
typesConfig: {},
interfaceName: "Full File String",
};
// Return type will always be an array of InterfaceConfigs
return [specialStringInterfaceConfigReturn];
}

@@ -273,0 +279,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