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

@tanstack/react-store

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-store - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

src/__tests__/index.test.tsx

40

package.json
{
"name": "@tanstack/react-store",
"author": "Tanner Linsley",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",

@@ -13,3 +13,3 @@ "repository": "tanstack/react-store",

"keywords": [
"loaders",
"store",
"react",

@@ -22,13 +22,23 @@ "typescript"

},
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.js",
"types": "build/types/index.d.ts",
"engines": {
"node": ">=12"
},
"files": [
"build/**",
"build",
"src"
],
"type": "module",
"types": "build/legacy/index.d.ts",
"main": "build/legacy/index.cjs",
"module": "build/legacy/index.js",
"exports": {
".": {
"import": {
"types": "./build/modern/index.d.ts",
"default": "./build/modern/index.js"
},
"require": {
"types": "./build/modern/index.d.cts",
"default": "./build/modern/index.cjs"
}
},
"./package.json": "./package.json"
},
"sideEffects": false,

@@ -41,3 +51,3 @@ "peerDependencies": {

"use-sync-external-store": "^1.2.0",
"@tanstack/store": "0.0.1"
"@tanstack/store": "0.1.0"
},

@@ -48,4 +58,10 @@ "devDependencies": {

"scripts": {
"build": "rollup --config rollup.config.js"
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "vitest run --coverage",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
"build": "tsup"
}
}

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