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

react-use-sub

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-sub - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

index.d.ts

13

package.json
{
"name": "react-use-sub",
"version": "1.0.3",
"version": "1.0.4",
"description": "Subscription based lightweight React store",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "src/index.tsx",
"types": "index.d.ts",
"files": [
"dist/cjs",
"dist/esm",
"src"
"src",
"index.d.ts"
],

@@ -26,3 +27,3 @@ "repository": {

"scripts": {
"dist": "rm -rf dist && rollup -c",
"dist": "rm -rf dist && rollup -c && cp index.ts index.d.ts",
"eslint": "eslint --cache --cache-location 'build/.eslintcache' --ext .ts,.tsx src/ test/",

@@ -34,4 +35,4 @@ "test": "yarn tsc && yarn eslint && yarn test-coverage",

"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.8.0",
"react-dom": "^16.8.0"
},

@@ -38,0 +39,0 @@ "dependencies": {},

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