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

@prose-reader/core

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prose-reader/core - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

8

dist/createReaderWithEnhancer.d.ts

@@ -376,3 +376,3 @@ import { ComposableEnhancer, ComposeEnhancer2 } from './enhancers/composeEnhancer';

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -549,3 +549,3 @@ destroy: () => void;

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -1098,3 +1098,3 @@ destroy: () => void;

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -1271,3 +1271,3 @@ destroy: () => void;

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -1274,0 +1274,0 @@ destroy: () => void;

@@ -108,3 +108,3 @@ import { Context } from "../context";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -111,0 +111,0 @@ destroy: () => void;

@@ -120,3 +120,3 @@ import { Context } from "../context";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -290,3 +290,3 @@ destroy: () => void;

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -293,0 +293,0 @@ destroy: () => void;

@@ -95,3 +95,3 @@ import { Context } from "../context";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -98,0 +98,0 @@ destroy: () => void;

@@ -103,3 +103,3 @@ import { BehaviorSubject, Observable } from "rxjs";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -271,3 +271,3 @@ destroy: () => void;

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -274,0 +274,0 @@ destroy: () => void;

@@ -98,3 +98,3 @@ import { BehaviorSubject, Observable } from "rxjs";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -101,0 +101,0 @@ destroy: () => void;

@@ -97,3 +97,3 @@ import { BehaviorSubject, Observable } from "rxjs";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -100,0 +100,0 @@ destroy: () => void;

@@ -129,3 +129,3 @@ import { Context } from "./context";

};
isImageType: () => boolean | undefined;
isImageType: () => boolean;
isReady: () => boolean;

@@ -132,0 +132,0 @@ destroy: () => void;

{
"name": "@prose-reader/core",
"version": "0.0.42",
"version": "0.0.43",
"main": "dist/index.js",

@@ -21,3 +21,3 @@ "license": "MIT",

"dependencies": {
"@prose-reader/shared": "^0.0.5"
"@prose-reader/shared": "^0.0.6"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

},
"gitHead": "290f04dc778beb2ccb2a6553e9b3b9c2c67e17d4"
"gitHead": "21ca4ff1a57ca4959bf81d65541294fc425873c1"
}

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

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