Socket
Socket
Sign inDemoInstall

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.11.8 to 1.11.9

2

_base/configNode.js

@@ -82,3 +82,3 @@ exports.config = function(config){

var util = require("util");
util.debug(util.inspect(item));
util.debuglog(util.inspect(item));
},

@@ -85,0 +85,0 @@

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

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

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

major: 1, minor: 11, patch: 8, flag: "",
major: 1, minor: 11, patch: 9, flag: "",
revision: rev ? rev[0] : NaN,

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

{
"name": "dojo",
"version": "1.11.8",
"version": "1.11.9",
"directories": {

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

"sinon": "1.12.2",
"dojo": "1.11.8"
"dojo": "1.11.9"
},

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

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