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

react-social-kr

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-social-kr - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

CHANGELOG.md
## react-social-kr
#### 1.1.7 (2018-06-29)
#### 1.1.9 (2018-06-29)

@@ -5,0 +5,0 @@ * KaKaoTalkButton api v1 is deprecated, apply v2

@@ -599,3 +599,3 @@ 'use strict';

var jsCode = '\n function KaKaoInit() {\n Kakao.cleanup();\n Kakao.init(\'' + jsKey + '\');\n console.log(\'Kakao button initial\');\n console.log(Kakao);\n Kakao.Link.createDefaultButton({\n container: \'#' + id + '\',\n ' + (this.props.media ? '' : 'objectType: \'text\',') + '\n content: {\n ' + (this.props.media ? 'title:' : 'text:') + ' \'' + message + '\',\n ' + (this.props.media ? 'imageUrl: \'' + this.props.media + '\',' : '') + '\n link: {\n mobileWebUrl: \'' + this.props.getLocation(pathname) + '\',\n webUrl: \'' + this.props.getLocation(pathname) + '\'\n }\n }\n });\n }\n\n (function checkKakao() {\n if (typeof Kakao === \'undefined\') { setTimeout(checkKakao, 500); }\n else { KaKaoInit(); }\n })();\n ';
var jsCode = '\n function KaKaoInit() {\n Kakao.cleanup();\n Kakao.init(\'' + jsKey + '\');\n console.log(\'Kakao button initial\');\n console.log(Kakao);\n ' + (this.props.media ? '\n Kakao.Link.createDefaultButton({\n container: \'#' + id + '\',\n objectType: \'feed\',\n content: {\n title: \'' + message + '\',\n imageUrl: \'' + this.props.media + '\',\n link: {\n mobileWebUrl: \'' + this.props.getLocation(pathname) + '\',\n webUrl: \'' + this.props.getLocation(pathname) + '\'\n }\n }\n });\n ' : '\n Kakao.Link.createDefaultButton({\n container: \'#' + id + '\',\n objectType: \'text\',\n text: \'' + message + '\',\n link: {\n mobileWebUrl: \'' + this.props.getLocation(pathname) + '\',\n webUrl: \'' + this.props.getLocation(pathname) + '\'\n }\n });\n ') + '\n }\n\n (function checkKakao() {\n if (typeof Kakao === \'undefined\') { setTimeout(checkKakao, 500); }\n else { KaKaoInit(); }\n })();\n ';
/* eslint-enable */

@@ -602,0 +602,0 @@

{
"name": "react-social-kr",
"version": "1.1.8",
"version": "1.1.9",
"description": "React social buttons and counts for Facebook, Pinterest, Google, Naver, KaKao etc ...",

@@ -5,0 +5,0 @@ "main": "lib/react-social.js",

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