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

.jshintignore

3

lib/actions/bookmarks.js

@@ -162,2 +162,5 @@ 'use strict';

if (!userId || !token) {
return Promise.reject('User\'s info is not stored in the localStorage');
}
var axiosInstance = getAxiosInstance(token);

@@ -164,0 +167,0 @@ var url = '' + apiUrl + userPath + '/' + userId + bookmarkPath + '/' + bookmarkSlug + '?host=' + host;

12

package.json
{
"name": "@twreporter/registration",
"version": "2.2.1-beta",
"version": "2.2.1-beta-2",
"description": "account registration system ",

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

"eslint-plugin-react": "^7.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "4.0.0",
"gulp-babel": "^6.1.2",

@@ -47,2 +47,3 @@ "gulp-rename": "^1.2.2",

"nock": "^9.1.0",
"precommit-hook": "^3.0.0",
"react": "^16.0.0",

@@ -67,3 +68,8 @@ "react-redux": "^4.4.5",

"styled-components": "^2.1.1"
}
},
"pre-commit": [
"lint",
"validate",
"test"
]
}

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