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

remotestorage-widget

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remotestorage-widget - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

bower.json

7

package.json
{
"name": "remotestorage-widget",
"version": "1.2.0",
"version": "1.3.0",
"description": "remoteStorage.js connect widget",

@@ -13,3 +13,4 @@ "main": "build/widget.js",

"open": "opener http://localhost:8008",
"version": "npm run build && git add build/"
"version": "npm run build && git add build/ && npm run update-bower-version && git add bower.json",
"update-bower-version": "./scripts/update-bower-version.sh"
},

@@ -46,3 +47,3 @@ "repository": {

"raw-loader": "^0.5.1",
"remotestoragejs": "1.0.1",
"remotestoragejs": "1.0.2",
"rimraf": "^2.4.3",

@@ -49,0 +50,0 @@ "svg-inline-loader": "^0.7.1",

# remotestorage-widget
[![npm](https://img.shields.io/npm/v/remotestorage-widget.svg)](https://www.npmjs.com/package/remotestorage-widget)
[![Dependency Status](http://img.shields.io/david/remotestorage/remotestorage-widget.svg?style=flat)](https://david-dm.org/remotestorage/remotestorage-widget#info=dependencies)
[![devDependency Status](http://img.shields.io/david/dev/remotestorage/remotestorage-widget.svg?style=flat)](https://david-dm.org/remotestorage/remotestorage-widget#info=devDependencies)

@@ -6,0 +5,0 @@

@@ -200,2 +200,3 @@ /**

this.rsSignInForm = document.querySelector('.rs-sign-in-form');
this.rsConnectButton = document.querySelector('.rs-connect');

@@ -260,2 +261,3 @@ this.rsDisconnectButton = document.querySelector('.rs-disconnect');

let userAddress = document.querySelector('input[name=rs-user-address]').value;
this.rsConnectButton.disabled = true;
this.rs.connect(userAddress);

@@ -433,2 +435,3 @@ });

msgContainer.classList.add('rs-visible');
this.rsConnectButton.disabled = false;
},

@@ -435,0 +438,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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