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

@cocreate/crdt

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/crdt - npm Package Compare versions

Comparing version 1.3.21 to 1.3.22

28

CoCreate.config.js

@@ -7,4 +7,4 @@ module.exports = {

},
"sources": [{
"sources": [
{
"entry": "./docs/index.html",

@@ -14,3 +14,3 @@ "collection": "files",

"key": "src",
"data":{
"data": {
"name": "index.html",

@@ -25,22 +25,6 @@ "path": "/docs/crdt/index.html",

"public": "true",
"website_id": "614298c2829b690010a5c031"
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
],
"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
}
]
}
{
"name": "@cocreate/crdt",
"version": "1.3.21",
"version": "1.3.22",
"description": "CoCreate crdt",

@@ -10,2 +10,11 @@ "author": "CoCreate LLC",

},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-clone.git"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"scripts": {

@@ -19,5 +28,5 @@ "start": "npx webpack --config webpack.config.js",

"dependencies": {
"@cocreate/crud-client": "^1.2.28",
"@cocreate/cursors": "^1.6.2",
"@cocreate/utils": "^1.1.21",
"@cocreate/crud-client": "^1.2.31",
"@cocreate/cursors": "^1.6.7",
"@cocreate/utils": "^1.1.27",
"y-indexeddb": "^9.0.6",

@@ -27,7 +36,2 @@ "y-websocket": "^1.3.16",

},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"devDependencies": {

@@ -34,0 +38,0 @@ "@babel/core": "^7.9.6",

@@ -430,2 +430,2 @@ /*globals config, atob, btoa, CustomEvent*/

export default CoCreateCrdt;
export default CoCreateCrdt;

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