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

dojo

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dojo - npm Package Compare versions

Comparing version 1.17.1 to 1.17.2

2

_base/kernel.js

@@ -95,3 +95,3 @@ define(["../global", "../has", "./config", "require", "module"], function(global, has, config, require, module){

major: 1, minor: 17, patch: 1, flag: "",
major: 1, minor: 17, patch: 2, flag: "",
revision: rev ? rev[0] : NaN,

@@ -98,0 +98,0 @@ toString: function(){

{
"name": "dojo",
"version": "1.17.1",
"version": "1.17.2",
"directories": {

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

"sinon": "1.12.2",
"dojo": "1.17.1"
"dojo": "1.17.2"
},

@@ -17,0 +17,0 @@ "main": "main",

@@ -72,3 +72,3 @@ define(["../_base/declare", "./util/QueryResults", "./util/SimpleQueryEngine" /*=====, "./api/Store" =====*/],

options.id : idProperty in object ? object[idProperty] : Math.random();
var defaultDestination = 0;
var defaultDestination = data.length;
var newIndex;

@@ -144,2 +144,3 @@ var previousIndex;

data.splice(index[id], 1);
this.index = {};
this._rebuildIndex();

@@ -202,2 +203,3 @@ return true;

startIndex = startIndex || 0;
for(i = startIndex; i < dataLength; i++){

@@ -204,0 +206,0 @@ this.index[data[i][this.idProperty]] = i;

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