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.5
to
1.0.6
+1
-1
package.json
{
"name": "hyperwrap",
"version": "1.0.5",
"version": "1.0.6",
"description": "Makes React simple and functional",

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

@@ -78,2 +78,8 @@ # Meet hyperwrap

Below we are able to inject both state and actions.
This allows us to test against different state configurations.
We are also able to inject stub actions for isolated component testing.
```javascript

@@ -80,0 +86,0 @@