New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/prosemirror-dropcursor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-dropcursor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

prosemirror-dropcursor/index.d.ts

@@ -20,2 +20,2 @@ // Type definitions for prosemirror-dropcursor 1.0

*/
export function dropCursor(options?: { color?: string | null, width?: number | null }): Plugin;
export function dropCursor(options?: { color?: string | null; width?: number | null }): Plugin;
{
"name": "@types/prosemirror-dropcursor",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for prosemirror-dropcursor",

@@ -24,5 +24,7 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/prosemirror-dropcursor"
},

@@ -33,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "db3aca5ea742be8c79eb1daa8db46518f2a392d57777e79d5bfadd39d8a3d81a",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "05b87cd3d1f9f1e2a6a44dee47cea238552504939d86fb9cba2b7cb5841b1750",
"typeScriptVersion": "3.4"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-dropcursor
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-dropcursor.
Additional Details
* Last updated: Mon, 17 Sep 2018 19:27:13 GMT
* Dependencies: prosemirror-state
### Additional Details
* Last updated: Mon, 18 Jan 2021 15:07:05 GMT
* Dependencies: [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state)
* Global values: none
# Credits
These definitions were written by Bradley Ayers <https://github.com/bradleyayers>, David Hahn <https://github.com/davidka>, Daniil Dotsev <https://github.com/dddotsev>.
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), and [Daniil Dotsev](https://github.com/dddotsev).

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