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.23.0 to 0.23.1

5

dist/index.js

@@ -67,2 +67,3 @@ "use strict";

literal: () => literal,
mapTo: () => mapTo,
mapValues: () => mapValues,

@@ -225,2 +226,5 @@ nameLiteral: () => nameLiteral,

// src/utility/dictionary/mapTo.ts
var mapTo = (cb) => (source) => cb(source);
// src/utility/dictionary/strArrayToDict.ts

@@ -670,2 +674,3 @@ function strArrayToDict(...strings) {

literal,
mapTo,
mapValues,

@@ -672,0 +677,0 @@ nameLiteral,

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -12,2 +12,3 @@ // #autoindex

export * from "./mapValues";
export * from "./mapTo";
export * from "./strArrayToDict";

@@ -14,0 +15,0 @@ // directory exports

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

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