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

boostact

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boostact - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

index.js

2

package.json
{
"name": "boostact",
"version": "1.0.3",
"version": "1.0.4",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -112,2 +112,3 @@ /* eslint-disable no-restricted-syntax */

const makeVRoot = () => {
/*
if (typeof component?.type === "function") {

@@ -121,3 +122,3 @@ const temp = component;

}
*/
vRoot = {

@@ -354,2 +355,3 @@ type: component.type,

/*
const createContext = (defaultValue) => {

@@ -362,3 +364,3 @@ const CURRENT_HOOK_ID = HOOK_ID++;

HOOKS[CURRENT_HOOK_ID][useContext_id].value = value;
return { type: "USE_CONTEXT" };
return <div></div>;
},

@@ -378,3 +380,4 @@ };

};
*/
export default { render, createElement, useState, useEffect, createContext, useContext, useReducer };
module.exports = { render, createElement, useState, useEffect, useReducer };
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