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

@autostorejs/devtools

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autostorejs/devtools - npm Package Compare versions

Comparing version
4.0.6
to
4.0.10
+35
-41
package.json
{
"name": "@autostorejs/devtools",
"version": "4.0.6",
"description": "devtools for autostore",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/autostore.git"
},
"exports": {
".": "./src/index.ts",
"./cycleDetect": "./src/cycleDetect.ts"
},
"main": "src/index.ts",
"publishConfig": {
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./cycleDetect": {
"import": "./dist/cycleDetect.mjs",
"require": "./dist/cycleDetect.js"
}
}
},
"scripts": {
"build": "tsup"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"redux": "^5.0.1"
},
"devDependencies": {
"@types/node": "^24.10.9",
"tsup": "^8.5.1"
},
"files": [
"dist"
]
}
"name": "@autostorejs/devtools",
"version": "4.0.10",
"description": "devtools for autostore",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfisher/autostore.git"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./cycleDetect": {
"import": "./dist/cycleDetect.mjs",
"require": "./dist/cycleDetect.js"
}
},
"main": "src/index.ts",
"scripts": {
"build": "tsup"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"redux": "^5.0.1"
},
"devDependencies": {
"@types/node": "^24.10.9",
"tsup": "^8.5.1"
},
"files": [
"dist"
]
}