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

@airma/react-state

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airma/react-state - npm Package Compare versions

Comparing version 15.0.7 to 15.0.8

2

package.json
{
"name": "@airma/react-state",
"version": "15.0.7",
"version": "15.0.8",
"module": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

@@ -117,3 +117,3 @@ [![npm][npm-image]][npm-url]

decrease(){
return 'state - 1';
return state - 1;
}

@@ -140,1 +140,9 @@ };

## typescript check
`@airma/react-state` is a typescript support library, you can use it with `typescript` for a better experience. It checks the input `state` type is same with param `state` type, the returning `object.state` type is same with the param `state` type, the method returning type is same with param `state` type, and so on.
## End
We hope you can enjoy this tool, and help us to enhance it in future.
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