Socket
Socket
Sign inDemoInstall

dojo

Package Overview
Dependencies
0
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.1 to 1.14.2

4

_base/kernel.js

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

var rev = "$Rev: c38f5a72 $".match(/[0-9a-f]{7,}/);
var rev = "$Rev: d6e8ff38 $".match(/[0-9a-f]{7,}/);
dojo.version = {

@@ -96,3 +96,3 @@ // summary:

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

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

{
"name": "dojo",
"version": "1.14.1",
"version": "1.14.2",
"directories": {

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

"sinon": "1.12.2",
"dojo": "1.14.1"
"dojo": "1.14.2"
},

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

@@ -17,3 +17,3 @@ define([

if (tval !== sval) {
if (sval && typeof sval === 'object' && !(sval instanceof FormData)) {
if (sval && typeof sval === 'object' && !(has('native-formdata') && sval instanceof FormData)) {
if (Object.prototype.toString.call(sval) === '[object Date]') { // use this date test to handle crossing frame boundaries

@@ -20,0 +20,0 @@ target[name] = new Date(sval);

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc