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

hotypes

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotypes - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

lib/flatten-deep.d.ts

2

lib/index.d.ts
export * from './equals';
export * from './flatten-deep';
export * from './flatten';
export * from './function-keys';

@@ -3,0 +5,0 @@ export * from './head';

@@ -18,2 +18,4 @@ "use strict";

__exportStar(require("./equals"), exports);
__exportStar(require("./flatten-deep"), exports);
__exportStar(require("./flatten"), exports);
__exportStar(require("./function-keys"), exports);

@@ -20,0 +22,0 @@ __exportStar(require("./head"), exports);

22

package.json
{
"name": "hotypes",
"version": "0.5.0",
"version": "0.5.1",
"description": "Higher order types for TypeScript",

@@ -41,18 +41,18 @@ "keywords": [

"@blackglory/pass": "^1.1.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/jest": "^29.2.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"husky": "^4.3.8",
"jest": "^27.5.1",
"jest": "^29.3.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"standard-version": "^9.5.0",
"ts-jest": "^27.1.3",
"ts-jest": "^29.0.3",
"tscpaths": "^0.0.9",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}

@@ -21,2 +21,4 @@ # hotypes

- Tail
- Flatten
- FlattenDeep
- FunctionKeys

@@ -23,0 +25,0 @@ - NonNullableKeys

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