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.2 to 1.1.3

af-dist/cjs/commands.js

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 1.1.3
### Patch Changes
- 6d51a84: ADFEXP-521: transpile editor-prosemirror, move original dist to af-dist for easy diffing.
## 1.1.2

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

12

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

@@ -24,2 +24,12 @@ "author": "Atlassian Pty Ltd",

"sideEffects": false,
"scripts": {
"build:cjs": "NODE_ENV=production BABEL_ENV=production:node-cjs babel --config-file ../../babel.config.js src --out-dir dist/cjs -x .ts,.tsx",
"build:esm": "NODE_ENV=production BABEL_ENV=production:esm babel --config-file ../../babel.config.js src -d dist/esm -x .ts,.tsx",
"build:es2019": "NODE_ENV=production BABEL_ENV=production:es2019 babel --config-file ../../babel.config.js src -d dist/es2019 -x .ts,.tsx",
"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": "yarn run build:all",
"diff": "diff -r af-dist dist",
"diff:help": "echo 'this is a temporary command used to help compare the af dist and the extracted dist"
},
"dependencies": {

@@ -26,0 +36,0 @@ "@babel/runtime": "^7.0.0",

dist/cjs/version.json
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