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

korok-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

korok-react - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

dist/index.js

@@ -128,4 +128,8 @@ /*!

});
var bindKorokParam = target.bindKorokParam || null;
util_1.patch(target, 'componentWillMount', function () {
var _this = this;
if (bindKorokParam) {
korok.bindParam(bindKorokParam);
}
korok.setProps(this.props);

@@ -132,0 +136,0 @@ korok.compose(function () {

2

package.json
{
"name": "korok-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "Korok React Enhancer",

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

@@ -18,3 +18,9 @@ import Korok from 'korok-core'

const bindKorokParam = target.bindKorokParam || null
patch(target, 'componentWillMount', function() {
if (bindKorokParam) {
korok.bindParam(bindKorokParam)
}
korok.setProps(this.props)

@@ -21,0 +27,0 @@ korok.compose(() => {

Sorry, the diff of this file is not supported yet

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