New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marionette-client

Package Overview
Dependencies
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marionette-client - npm Package Compare versions

Comparing version 0.15.5 to 0.16.0

17

lib/marionette/element.js

@@ -318,3 +318,18 @@ /**

return this._sendCommand(cmd, 'value', callback);
}
},
/**
* Returns the value of the specified CSS property name.
*
* @method cssProperty
* @param {Function} callback [Error err, String value]
* @return {Object} self.
*/
cssProperty: function cssProperty(property, callback) {
var cmd = {
type: 'getElementValueOfCssProperty',
propertyName: property
};
return this._sendCommand(cmd, 'value', callback);
}
};

@@ -321,0 +336,0 @@

2

package.json
{
"name": "marionette-client",
"version": "0.15.5",
"version": "0.16.0",
"main": "lib/marionette/index",

@@ -5,0 +5,0 @@ "description": "Marionette Javascript Client",

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