Socket
Socket
Sign inDemoInstall

dijit

Package Overview
Dependencies
1
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.5 to 1.15.6

2

bower.json

@@ -18,3 +18,3 @@ {

"dependencies": {
"dojo": "1.15.5"
"dojo": "1.15.6"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -147,3 +147,5 @@ define([

if(lang.isArrayLike(valueOrIdx)){
return array.map(valueOrIdx, "return this.getOptions(item);", this); // __SelectOption[]
return array.map(valueOrIdx, function(item){
return this.getOptions(item);
}, this); // __SelectOption[]
}

@@ -150,0 +152,0 @@ if(lang.isString(valueOrIdx)){

{
"name": "dijit",
"version": "1.15.5",
"version": "1.15.6",
"directories": {

@@ -9,3 +9,3 @@ "lib": "."

"dependencies": {
"dojo": "1.15.5"
"dojo": "1.15.6"
},

@@ -12,0 +12,0 @@ "description": "Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc