🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@autostorejs/syncer

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autostorejs/syncer - npm Package Compare versions

Comparing version
4.0.11
to
4.0.13
+44
-44
package.json
{
"name": "@autostorejs/syncer",
"version": "4.0.11",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/autostore.git"
},
"type": "module",
"scripts": {
"test": "vitest",
"build": "tsup"
},
"keywords": [
"autostore",
"sync"
],
"author": "zhangfisher",
"license": "MIT",
"peerDependencies": {
"autostore": "workspace:*"
},
"dependencies": {
"comlink": "^4.4.2",
"flex-tools": "^1.5.9",
"mitt": "^3.0.1"
},
"files": [
"readme.md",
"dist"
],
"devDependencies": {
"@types/bun": "^1.3.7",
"autostore": "workspace:*",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"access": "public",
"exports": {
"types": "dist/index.d.ts",
"require": "dist/index.cjs",
"import": "dist/index.js"
}
}
"name": "@autostorejs/syncer",
"version": "4.0.13",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/autostore.git"
},
"type": "module",
"scripts": {
"test": "vitest",
"build": "tsup"
},
"keywords": [
"autostore",
"sync"
],
"author": "zhangfisher",
"license": "MIT",
"peerDependencies": {
"autostore": "^4.0.13"
},
"dependencies": {
"comlink": "^4.4.2",
"flex-tools": "^1.5.9",
"mitt": "^3.0.1"
},
"files": [
"readme.md",
"dist"
],
"devDependencies": {
"@types/bun": "^1.3.7",
"autostore": "^4.0.13",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"access": "public",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
}