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

@atlaskit/editor-prosemirror

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-prosemirror - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

dist/types/commands.d.ts

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 1.1.5
### Patch Changes
- 371af2e: ADFEXP-553: fix type errors and enable type transpilation
## 1.1.4

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.1.4",
"version": "1.1.5",
"description": "Package to group all prosemirror libraries in a single place ",

@@ -31,3 +31,3 @@ "author": "Atlassian Pty Ltd",

"build:types": "NODE_ENV=production tsc --project ./build/tsconfig.json --emitDeclarationOnly --outDir ./dist/types --rootDir ./src",
"build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019",
"build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019 && yarn build:types",
"build": "yarn run build:all",

@@ -34,0 +34,0 @@ "diff": "diff -r af-dist dist",

@@ -16,3 +16,7 @@ {

"baseUrl": ""
}
},
"files": [
"typings/prosemirror-markdown.d.ts",
"typings/prosemirror-state.d.ts",
]
}
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