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

type-plus

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-plus - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

flow utiltiy types.md

1

lib/index.d.ts

@@ -0,1 +1,2 @@

export * from './filterKey';
export * from './findKey';

@@ -2,0 +3,0 @@ export * from './forEachKey';

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

exports.__esModule = true;
__export(require("./filterKey"));
__export(require("./findKey"));

@@ -8,0 +9,0 @@ __export(require("./forEachKey"));

4

package.json
{
"name": "type-plus",
"description": "Provides additional types for `typescript`.",
"version": "1.1.2",
"version": "1.2.0",
"homepage": "https://github.com/unional/type-plus",

@@ -31,5 +31,5 @@ "bugs": {

"devDependencies": {
"@unional/devpkg-node": "^1.1.4",
"@unional/devpkg-node": "^1.1.6",
"assertron": "^6.0.0"
}
}

@@ -0,1 +1,2 @@

export * from './filterKey';
export * from './findKey';

@@ -2,0 +3,0 @@ export * from './forEachKey';

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