Socket
Socket
Sign inDemoInstall

wd

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wd - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

doc/release-notes.md

@@ -5,2 +5,6 @@ # Release Notes

### 0.3.6
- added startActivity method
### 0.3.5

@@ -7,0 +11,0 @@

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.3.6",
"version": "0.3.7",
"author": "Adam Christian <adam.christian@gmail.com>",

@@ -13,0 +13,0 @@ "contributors": [

@@ -14,2 +14,13 @@ require('../helpers/setup');

it('browser.settings', function() {
return browser
.settings();
});
it('browser.updateSettings', function() {
return browser
.updateSettings({'cyberdelia': 'open'})
.settings().should.eventually.have.property('cyberdelia');
});
});

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

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