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

@hocuspocus/transformer

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/transformer - npm Package Compare versions

Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17

5

dist/packages/server/src/types.d.ts

@@ -48,2 +48,7 @@ /// <reference types="node" />

}
export declare type Hook = 'onAuthenticate' | 'onChange' | 'onConnect' | 'onConfigure' |
/**
* @deprecated onCreateDocument is deprecated, use onLoadDocument instead
*/
'onCreateDocument' | 'onLoadDocument' | 'onDestroy' | 'onDisconnect' | 'onListen' | 'onRequest' | 'onUpgrade';
export interface Configuration extends Extension {

@@ -50,0 +55,0 @@ /**

6

package.json
{
"name": "@hocuspocus/transformer",
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.17",
"description": "hocuspocus transformation utilities",

@@ -17,3 +17,3 @@ "homepage": "https://hocuspocus.dev",

"exports": {
"development": {
"source": {
"import": "./src"

@@ -36,3 +36,3 @@ },

},
"gitHead": "f9f5acf828d4a1f5ae4df8188000b5c3873e18cf"
"gitHead": "53a194759b3bfbea5cf22bab39e3788021387f69"
}
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