@twreporter/registration
Advanced tools
Comparing version 2.2.2-beta.1 to 2.2.2-beta.2
### Unrelease | ||
### 2.2.2 | ||
- Add regenerator-runtime for async/await | ||
@@ -5,0 +3,0 @@ ### 2.2.1 |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
9
2
0
370740
58
1
3914
+ Addedhoist-non-react-statics@2.5.5(transitive)
+ Addedstyled-components@3.4.10(transitive)
+ Addedstylis-rule-sheet@0.0.10(transitive)
- Removedregenerator-runtime@^0.11.1
- Removedhoist-non-react-statics@1.2.0(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
- Removedstyled-components@2.4.1(transitive)
Updatedstyled-components@^3.1.0