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 2.2.2-beta.1 to 2.2.2-beta.2

2

CHANGELOG.md
### Unrelease
### 2.2.2
- Add regenerator-runtime for async/await

@@ -5,0 +3,0 @@ ### 2.2.1

16

lib/containers/bookmark-widget.js

@@ -42,6 +42,2 @@ 'use strict';

var _regeneratorRuntime = require('regenerator-runtime');
var _regeneratorRuntime2 = _interopRequireDefault(_regeneratorRuntime);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -218,6 +214,6 @@

value: function () {
var _ref = _asyncToGenerator(_regeneratorRuntime2.default.mark(function _callee(slug) {
var _ref = _asyncToGenerator(regeneratorRuntime.mark(function _callee(slug) {
var _props, apiUrl, userPath, bookmarkPath, host, id;
return _regeneratorRuntime2.default.wrap(function _callee$(_context) {
return regeneratorRuntime.wrap(function _callee$(_context) {
while (1) {

@@ -284,6 +280,6 @@ switch (_context.prev = _context.next) {

value: function () {
var _ref2 = _asyncToGenerator(_regeneratorRuntime2.default.mark(function _callee2() {
var _ref2 = _asyncToGenerator(regeneratorRuntime.mark(function _callee2() {
var _props2, slug, apiUrl, userPath, bookmarkPath, host, id;
return _regeneratorRuntime2.default.wrap(function _callee2$(_context2) {
return regeneratorRuntime.wrap(function _callee2$(_context2) {
while (1) {

@@ -332,6 +328,6 @@ switch (_context2.prev = _context2.next) {

value: function () {
var _ref3 = _asyncToGenerator(_regeneratorRuntime2.default.mark(function _callee3() {
var _ref3 = _asyncToGenerator(regeneratorRuntime.mark(function _callee3() {
var _props3, apiUrl, userPath, bookmarkPath, bookmarkData, host, slug, external, bookmarkId, type, webStatus;
return _regeneratorRuntime2.default.wrap(function _callee3$(_context3) {
return regeneratorRuntime.wrap(function _callee3$(_context3) {
while (1) {

@@ -338,0 +334,0 @@ switch (_context3.prev = _context3.next) {

{
"name": "@twreporter/registration",
"version": "2.2.2-beta.1",
"description": "account registration system",
"version": "2.2.2-beta.2",
"description": "account registration system ",
"main": "lib/index.js",

@@ -25,3 +25,4 @@ "scripts": {

},
"license": "MIT",
"author": "hanyulo",
"license": "ISC",
"devDependencies": {

@@ -55,3 +56,3 @@ "babel-cli": "^6.24.0",

"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react": "^16.0.0",
"react-redux": "^4.4.5",

@@ -66,4 +67,3 @@ "react-router": "^3.0.5",

"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.11.1",
"styled-components": "^2.1.1"
"styled-components": "^3.1.0"
},

@@ -70,0 +70,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