Socket
Socket
Sign inDemoInstall

dojo

Package Overview
Dependencies
Maintainers
2
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.0-rc3 to 1.11.0-rc4

4

_base/kernel.js

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

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

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

major: 1, minor: 11, patch: 0, flag: "-rc3",
major: 1, minor: 11, patch: 0, flag: "-rc4",
revision: rev ? rev[0] : NaN,

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

@@ -27,3 +27,3 @@ {

"sinon": "1.12.2"
},
}
}

@@ -32,3 +32,3 @@ _Do you have a contribution? We welcome contributions, but please ensure that you read the following information

be done electronically and essentially ensures that you are making it clear that your contributions are your
contributions, you have the legal right to contribute and you are transferring the copyright of your works to the Dojo
contributions, you have the legal right to contribute and you are transferring the copyright of your works to the Dojo
Foundation.

@@ -198,3 +198,3 @@

reflect this. The committer reviewing your pull request is likely to request the appropriate changes in the test
cases. Dojo utilises its own test harness called [D.O.H.][] and is available as part of the [dojo/util][] repository.
cases. Dojo utilises [Intern][] for all new tests, and has legacy support for its previous generation test harness called [D.O.H.][] and is available as part of the [dojo/util][] repository. All new tests should be authored using Intern.

@@ -224,2 +224,3 @@ It is expected that you will have tested your changes against the existing test cases and appropriate platforms prior to

[Fork a Repo]: https://help.github.com/articles/fork-a-repo
[Intern]: http://theintern.io/
[styleguide]: http://dojotoolkit.org/reference-guide/developer/styleguide.html

@@ -226,0 +227,0 @@ [DojoDoc]: http://dojotoolkit.org/reference-guide/developer/markup.html

{
"name": "dojo",
"version": "1.11.0-rc3",
"version": "1.11.0-rc4",
"directories": {

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

"sinon": "1.12.2",
"dojo": "1.11.0-rc3"
"dojo": "1.11.0-rc4"
},

@@ -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