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

@twreporter/registration

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twreporter/registration - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0-beta.3

2

lib/containers/active-page.js

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

var LocalInfoText = _formInfo.InfoText.extend(_templateObject2);
var LocalInfoText = (0, _styledComponents2.default)(_formInfo.InfoText)(_templateObject2);

@@ -72,0 +72,0 @@ var BACKUP_INFO = '系統將跳頁至報導者首頁,請稍候';

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

var LocalTitle = _formWidgets.Title.extend(_templateObject);
var LocalTitle = (0, _styledComponents2.default)(_formWidgets.Title)(_templateObject);

@@ -61,0 +61,0 @@ var InputContainer = _styledComponents2.default.div(_templateObject2);

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

var FacebookButton = _formWidgets.OAuthButoon.extend(_templateObject);
var FacebookButton = styled(_formWidgets.OAuthButoon)(_templateObject);

@@ -72,0 +72,0 @@ var Facebook = function Facebook(props) {

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

var LocalTitle = _formWidgets.Title.extend(_templateObject);
var LocalTitle = (0, _styledComponents2.default)(_formWidgets.Title)(_templateObject);

@@ -59,0 +59,0 @@ var InputContainer = _styledComponents2.default.div(_templateObject2);

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

var GoogleButton = _formWidgets.OAuthButoon.extend(_templateObject, _commonVariables.colors.textBlack);
var GoogleButton = styled(_formWidgets.OAuthButoon)(_templateObject, _commonVariables.colors.textBlack);

@@ -91,0 +91,0 @@ var Google = function Google(props) {

@@ -91,9 +91,9 @@ 'use strict';

var DivisionLineLeft = DivisionLine.extend(_templateObject6);
var DivisionLineLeft = (0, _styledComponents2.default)(DivisionLine)(_templateObject6);
var DivisionLineRight = DivisionLine.extend(_templateObject7);
var DivisionLineRight = (0, _styledComponents2.default)(DivisionLine)(_templateObject7);
var DivisionText = _styledComponents2.default.div(_templateObject8, _commonVariables.colors.textBlack);
var SignInButton = _formWidgets.NormalButton.extend(_templateObject9);
var SignInButton = (0, _styledComponents2.default)(_formWidgets.NormalButton)(_templateObject9);

@@ -100,0 +100,0 @@ var UtilFrame = _styledComponents2.default.div(_templateObject10);

{
"name": "@twreporter/registration",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "account registration system ",

@@ -64,3 +64,3 @@ "main": "lib/index.js",

"redux-thunk": "^2.2.0",
"styled-components": "^3.0.0"
"styled-components": "4.0.0"
},

@@ -67,0 +67,0 @@ "pre-commit": [

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