Socket
Socket
Sign inDemoInstall

y-protocols

Package Overview
Dependencies
2
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

15

package.json
{
"name": "y-protocols",
"version": "0.2.0",
"version": "0.2.1",
"description": "Yjs encoding protocols",

@@ -13,6 +13,9 @@ "type": "module",

"scripts": {
"clean": "rm -rf dist *.d.ts */*.d.ts *.d.ts.map */*.d.ts.map",
"dist": "rm -rf dist && rollup -c",
"test": "npm run lint",
"lint": "standard && tsc",
"preversion": "npm run dist && npm run test"
"types": "tsc --outDir .",
"preversion": "npm run dist && npm run test && npm run types",
"postversion": "npm run clean"
},

@@ -39,3 +42,3 @@ "repository": {

"dependencies": {
"lib0": "^0.2.3"
"lib0": "^0.2.20"
},

@@ -46,8 +49,8 @@ "devDependencies": {

"standard": "^12.0.1",
"typescript": "^3.7.4",
"yjs": "13.0.0-105"
"typescript": "^3.8.3",
"yjs": "^13.0.4"
},
"peerDependenies": {
"yjs": ">=13.0.0-103"
"yjs": "^13.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc