New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hyperwrap

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperwrap - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+1
-1
package.json
{
"name": "hyperwrap",
"version": "1.0.8",
"version": "1.0.9",
"description": "Makes React simple and functional",

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

@@ -64,2 +64,5 @@ # Meet hyperwrap

**Async operations** are really no different.
The basic flow looks like...

@@ -69,3 +72,3 @@

application at rest => event => action => state change => re-render => application at rest
application at rest => event => action => state change => re-render => application at rest again

@@ -76,5 +79,3 @@ ```

**Async operations** use the same flow. Remember - any time the state changes, the View rerenders (unless you don't want it to).
# Get and Update State (Basics)

@@ -81,0 +82,0 @@