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

@bangle.dev/pm

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bangle.dev/pm - npm Package Compare versions

Comparing version 0.8.0 to 0.25.1

37

package.json
{
"name": "@bangle.dev/pm",
"version": "0.8.0",
"version": "0.25.1",
"description": "This is bangle.dev specific collection of Prosemirror packages.",

@@ -10,3 +10,2 @@ "license": "MIT",

"typings": "dist/index.d.ts",
"private": false,
"files": [

@@ -20,11 +19,5 @@ "dist",

"scripts": {
"start": "yarn tsc -b -w",
"tsc-build": "yarn tsc -b",
"lint": "tsc-build",
"tsc-clean": "rm -rf dist/",
"prepare": "yarn tsc-clean && yarn tsc-build",
"prepack": "yarn tsc-clean && yarn tsc-build",
"size": "size-limit",
"release-package": "npm publish --access public",
"analyze": "size-limit --why"
"compile-ts": "yarn g:tsc --build $INIT_CWD",
"watch-ts": "yarn g:tsc -p $INIT_CWD -w",
"prepack": "yarn compile-ts"
},

@@ -42,8 +35,2 @@ "husky": {

},
"size-limit": [
{
"path": "dist/index.js",
"limit": "10 KB"
}
],
"dependencies": {

@@ -69,3 +56,3 @@ "@types/prosemirror-commands": "1.x",

"prosemirror-schema-list": "^1.1.5",
"prosemirror-state": "^1.0.0",
"prosemirror-state": "^1.0.1",
"prosemirror-tables": "^1.1.1",

@@ -76,8 +63,10 @@ "prosemirror-transform": "^1.1.0",

"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.1",
"husky": "^7.0.1",
"size-limit": "^5.0.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.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