New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inferred-types

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferred-types - npm Package Compare versions

Comparing version 0.18.4 to 0.19.0

src/types/dictionary/NotEmptyObject.ts

4

package.json
{
"name": "inferred-types",
"version": "0.18.4",
"version": "0.19.0",
"description": "Functions which provide useful type inference on TS projects",

@@ -51,2 +51,2 @@ "license": "MIT",

}
}
}
// #autoindex
// #region autoindexed files
// index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 )
// hash-code: 47804a72
// index last changed at: 6th Jun, 2022, 03:36 AM ( GMT-7 )
// hash-code: 1f3a5076
// file exports
export * from "./Get";
export * from "./NotEmptyObject";

@@ -9,0 +10,0 @@ // #endregion

@@ -5,3 +5,3 @@ import { ExpandRecursively, UnionToIntersection } from "~/types";

/**
* Typescript utility which recieves `T` as shape which resembles `DictArray<D>`
* Typescript utility which receives `T` as shape which resembles `DictArray<D>`
* and if the type `D` can be inferred it is returned.

@@ -8,0 +8,0 @@ * ```ts

// #autoindex
// #region autoindexed files
// index last changed at: 1st Jan, 2022, 03:27 PM ( GMT-8 )
// hash-code: 3c8daf19
// index last changed at: 6th Jun, 2022, 03:36 AM ( GMT-7 )
// hash-code: ac142b94

@@ -12,2 +12,3 @@ // file exports

export * from "./UnionToTuple";
export * from "./UnwrapValue";
export * from "./WrapValue";

@@ -14,0 +15,0 @@

@@ -12,2 +12,2 @@ import { keys } from "./keys";

})() as unknown as F & P;
}
}

Sorry, the diff of this file is too big to display

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