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

ryuu.js

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ryuu.js - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

14

domo.js

@@ -41,2 +41,5 @@ /**

}
else{
req.setRequestHeader('Accept', 'application/array-of-objects');
}

@@ -104,2 +107,13 @@ req.onload = function() {

/**
* Request a navigation change
*/
domo.navigate = function(url){
var message = JSON.stringify({
event: 'navigate',
url: url
});
window.parent.postMessage(message, "*");
}
domo.env = getQueryParams();

@@ -106,0 +120,0 @@

2

package.json
{
"name": "ryuu.js",
"version": "2.3.1",
"version": "2.4.0",
"description": "Ryuu JavaScript Utility Library",

@@ -5,0 +5,0 @@ "main": "domo.js",

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