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

atomic-state

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-state - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "atomic-state",
"version": "1.0.3",
"version": "1.0.4",
"description": "State managment library for React and React Native apps",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,4 +19,14 @@ ### Atomic State

```
npm install --save atomic-state
or
yarn add --save atomic-state
```
Then
```jsx
import { createAtom, useAtom } from "aesthetic-state";
import { createAtom, useAtom } from "atomic-state";
```

@@ -66,3 +76,3 @@

```jsx
import { createAtom, useAtom } from "aesthetic-state";
import { createAtom, useAtom } from "atomic-state";

@@ -69,0 +79,0 @@ const EMAIL = createAtom({

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