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.10 to 0.0.11

dist/test.d.ts

2

dist/index.js

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

// This either returns an existing interfaceConfig or creates a new one
var newOrExistingInterface = createInterface(config.object_keys || {}, typesStore, __assign({ interfaceName: newTypeName, nested: newNested }, options));
var newOrExistingInterface = createInterface(config.object_keys || {}, typesStore, __assign(__assign({}, options), { interfaceName: newTypeName, nested: newNested }));
// Let's render that key in our string using the proper interface

@@ -169,0 +169,0 @@ str += generateKeyString({

{
"name": "type-genius",
"version": "0.0.10",
"version": "0.0.11",
"description": "",

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

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