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

@remirror/types

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/types - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

6

dist-types/index.d.ts

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

import type { Writable } from 'type-fest';
export * from './types';
/** @deprecated Use built-in `Awaited` instead */
type PromiseValue<T> = Awaited<T>;
/** @deprecated Renamed to `Writable` */
type Mutable<BaseType, Keys extends keyof BaseType = keyof BaseType> = Writable<BaseType, Keys>;
export type { Mutable, PromiseValue };
export type { Asyncify, AsyncReturnType, CamelCase, Class, ConditionalExcept, ConditionalKeys, ConditionalPick, DelimiterCase, Entries, Entry, Except, FixedLengthArray, Get, IterableElement, JsonArray, JsonObject, JsonValue, KebabCase, LiteralUnion, Merge, MergeExclusive, ObservableLike, Opaque, PackageJson, PartialDeep, PascalCase, Primitive, Promisable, ReadonlyDeep, RequireAtLeastOne, RequireExactlyOne, SetOptional, SetRequired, SetReturnType, SnakeCase, Stringified, TsConfigJson, TypedArray, UnionToIntersection, ValueOf, Writable, } from 'type-fest';

@@ -429,5 +429,2 @@ import { Asyncify } from 'type-fest';

/** @deprecated Renamed to `Writable` */
export declare type Mutable<BaseType, Keys extends keyof BaseType = keyof BaseType> = Writable<BaseType, Keys>;
declare type NeverBrand = Brand<object, never>;

@@ -506,5 +503,2 @@

/** @deprecated Use built-in `Awaited` instead */
export declare type PromiseValue<T> = Awaited<T>;
/**

@@ -511,0 +505,0 @@ * Used for attributes which can be added to prosemirror nodes and marks.

2

dist/remirror-types.d.ts

@@ -1,3 +0,1 @@

export { Mutable } from './_tsup-dts-rollup';
export { PromiseValue } from './_tsup-dts-rollup';
export { Asyncify } from './_tsup-dts-rollup';

@@ -4,0 +2,0 @@ export { AsyncReturnType } from './_tsup-dts-rollup';

2

package.json
{
"name": "@remirror/types",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Base types used throughout the remirror packages.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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