Socket
Socket
Sign inDemoInstall

render-it-client

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.1.0

5

index.js

@@ -655,4 +655,5 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

var _c = helpers.enqueueScript.componentDidMountQueue,
componentDidMountQueue = _c === void 0 ? [] : _c;
var _c = helpers.enqueueScript,
_d = (_c === void 0 ? {} : _c).componentDidMountQueue,
componentDidMountQueue = _d === void 0 ? [] : _d;

@@ -659,0 +660,0 @@ while (componentDidMountQueue.length) {

4

package.json
{
"name": "render-it-client",
"version": "0.0.4",
"version": "0.1.0",
"description": "",

@@ -19,3 +19,3 @@ "main": "index.js",

},
"gitHead": "14ff3a1f7ccf50b0a537100030e1fd9ecabf176f"
"gitHead": "11b5dce807b133ca771a1cf2952f3c9328714384"
}

@@ -1,3 +0,2 @@

# render-it-client
[![npm version](https://badge.fury.io/js/render-it-client.svg)](https://badge.fury.io/js/render-it-client)
# render-it-client [![npm version](https://badge.fury.io/js/render-it-client.svg)](https://badge.fury.io/js/render-it-client)

@@ -8,2 +7,4 @@ ## About

Package has been used as a simple alternative to React to code my portfolio website: [katarzyna-ziomek-zdanowicz.com](http://katarzyna-ziomek-zdanowicz.com). The relevant [repository](https://github.com/ziomecka/katarzyna-ziomek-zdanowicz) is avaliable on github.
## Installation

@@ -42,3 +43,3 @@

* controlBodyScroll,
* controlInternalState,
* controlInternalState (works like useState hook in React),
* enqueueScript,

@@ -45,0 +46,0 @@ * modifyBodyClassList,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc