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

type-fest

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-fest - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

index.d.ts

@@ -44,3 +44,3 @@ export {PackageJson} from './source/package-json';

*/
export interface JsonArray extends Array<JsonValue> {} // eslint-disable-line @typescript-eslint/no-empty-interface
export interface JsonArray extends Array<JsonValue> {}

@@ -52,2 +52,8 @@ /**

declare global {
interface SymbolConstructor {
readonly observable: symbol;
}
}
/**

@@ -77,3 +83,3 @@ Matches a value that is like an [Observable](https://github.com/tc39/proposal-observable).

I'm surprised this one is not built-in. It seems [other people agree](https://github.com/Microsoft/TypeScript/issues/12215#issuecomment-420919470). Please open new issues on TypeScript about making it built-in.
I'm surprised this one is not built-in. It seems [other people agree](https://github.com/Microsoft/TypeScript/issues/12215#issuecomment-420919470). Please 👍 [this issue on TypeScript](https://github.com/Microsoft/TypeScript/issues/30455) about making it built-in.
*/

@@ -80,0 +86,0 @@ export type Omit<ObjectType, KeysType extends keyof ObjectType> = Pick<ObjectType, Exclude<keyof ObjectType, KeysType>>;

11

package.json
{
"name": "type-fest",
"version": "0.3.0",
"version": "0.3.1",
"description": "A collection of essential TypeScript types",

@@ -16,3 +16,3 @@ "license": "(MIT OR CC0-1.0)",

"scripts": {
"test": "xo && tsd-check"
"test": "xo && tsd"
},

@@ -35,5 +35,6 @@ "files": [

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.4.2",
"eslint-config-xo-typescript": "^0.8.0",
"tsd-check": "^0.5.0",
"@sindresorhus/tsconfig": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"eslint-config-xo-typescript": "^0.9.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"

@@ -40,0 +41,0 @@ },

@@ -103,4 +103,11 @@ <div align="center">

## Maintainers
- [Sindre Sorhus](https://github.com/sindresorhus)
- [Jarek Radosz](https://github.com/CvX)
- [Dimitri Benin](https://github.com/BendingBender)
## License
(MIT OR CC0-1.0)
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