dalek-browser-ie
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,5 @@ | ||
<a name="0.0.3"></a> | ||
### 0.0.3 (2014-03-30) | ||
<a name="0.0.2"></a> | ||
@@ -2,0 +6,0 @@ ### 0.0.2 (2014-03-10) |
Bitdeli Chef <chef@bitdeli.com> | ||
Joey Baker <joey@byjoeybaker.com> | ||
Oskar Karlsson <kontakta@oskarkarlsson.nu> | ||
Sebastian Golasch <public@asciidisco.com> | ||
asciidisco <public@asciidisco.com> |
@@ -23,8 +23,8 @@ // Shamelessly copied from The Obvious Corporation | ||
var libPath = path.join(__dirname, 'lib', 'bin', 'iedriver'); | ||
var downloadUrl = 'http://selenium.googlecode.com/files/IEDriverServer_'; | ||
var downloadUrl = 'http://selenium-release.storage.googleapis.com/2.40/IEDriverServer_'; | ||
if (process.arch === 'x64') { | ||
downloadUrl += 'Win32_2.39.0.zip'; | ||
downloadUrl += 'x64_2.40.0.zip'; | ||
} else { | ||
downloadUrl += 'x64_2.39.0.zip'; | ||
downloadUrl += 'Win32_2.40.0.zip'; | ||
} | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "dalek-browser-ie", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Internet Explorer bindings for DalekJS", | ||
@@ -42,12 +42,12 @@ "homepage": "http://dalekjs.com", | ||
"rimraf": "~2.2.6", | ||
"q": "~1.0.0", | ||
"q": "~1.0.1", | ||
"portscanner": "~0.2.2" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.3", | ||
"grunt": "~0.4.4", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-yuidoc": "~0.5.1", | ||
"grunt-contrib-jshint": "~0.9.2", | ||
"grunt-contrib-yuidoc": "~0.5.2", | ||
"grunt-contrib-compress": "~0.7.0", | ||
"grunt-mocha-test": "~0.9.4", | ||
"grunt-mocha-test": "~0.10.0", | ||
"grunt-complexity": "~0.1.4", | ||
@@ -63,7 +63,7 @@ "grunt-plato": "~1.0.0", | ||
"dalek-build-tools": "~0.0.2", | ||
"time-grunt": "~0.2.10", | ||
"time-grunt": "~0.3.1", | ||
"blanket": "~1.1.6", | ||
"chai": "~1.9.0", | ||
"grunt-notify": "~0.2.18" | ||
"chai": "~1.9.1", | ||
"grunt-notify": "~0.2.20" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Internet Explorer bindings for DalekJS", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"url": "http://dalekjs.com" | ||
@@ -17,9 +17,2 @@ }, | ||
}, | ||
"report/complexity/assets/scripts/vendor/codemirror/util/closetag.js": { | ||
"name": "report/complexity/assets/scripts/vendor/codemirror/util/closetag.js", | ||
"modules": {}, | ||
"classes": {}, | ||
"fors": {}, | ||
"namespaces": {} | ||
}, | ||
"index.js": { | ||
@@ -96,8 +89,2 @@ "name": "index.js", | ||
{ | ||
"file": "report/complexity/assets/scripts/vendor/codemirror/util/closetag.js", | ||
"line": 1, | ||
"description": "Tag-closer extension for CodeMirror.\n\nThis extension adds an \"autoCloseTags\" option that can be set to\neither true to get the default behavior, or an object to further\nconfigure its behavior.\n\nThese are supported options:\n\n`whenClosing` (default true)\n Whether to autoclose when the '/' of a closing tag is typed.\n`whenOpening` (default true)\n Whether to autoclose the tag when the final '>' of an opening\n tag is typed.\n`dontCloseTags` (default is empty tags for HTML, none for XML)\n An array of tag names that should not be autoclosed.\n`indentTags` (default is block tags for HTML, none for XML)\n An array of tag names that should, when opened, cause a\n blank line to be added inside the tag, and the blank line and\n closing line to be indented.\n\nSee demos/closetag.html for a usage example.", | ||
"class": "Browser.InternetExplorer" | ||
}, | ||
{ | ||
"file": "index.js", | ||
@@ -384,8 +371,4 @@ "line": 88, | ||
"line": " lib/iedriver.js:18" | ||
}, | ||
{ | ||
"message": "Missing item type\nTag-closer extension for CodeMirror.\n\nThis extension adds an \"autoCloseTags\" option that can be set to\neither true to get the default behavior, or an object to further\nconfigure its behavior.\n\nThese are supported options:\n\n`whenClosing` (default true)\n Whether to autoclose when the '/' of a closing tag is typed.\n`whenOpening` (default true)\n Whether to autoclose the tag when the final '>' of an opening\n tag is typed.\n`dontCloseTags` (default is empty tags for HTML, none for XML)\n An array of tag names that should not be autoclosed.\n`indentTags` (default is block tags for HTML, none for XML)\n An array of tag names that should, when opened, cause a\n blank line to be added inside the tag, and the blank line and\n closing line to be indented.\n\nSee demos/closetag.html for a usage example.", | ||
"line": " report/complexity/assets/scripts/vendor/codemirror/util/closetag.js:1" | ||
} | ||
] | ||
} |
@@ -1,1 +0,1 @@ | ||
__history = [{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":378,"lloc":107,"functions":17,"deliveredBugs":1.702845200669233,"maintainability":70.73402342986031,"lintErrors":0,"difficulty":39.91044776119403}] | ||
__history = [{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":378,"lloc":107,"functions":17,"deliveredBugs":1.702845200669233,"maintainability":70.73402342986031,"lintErrors":0,"difficulty":39.91044776119403}] |
@@ -1,1 +0,1 @@ | ||
[{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":378,"lloc":107,"functions":17,"deliveredBugs":1.702845200669233,"maintainability":70.73402342986031,"lintErrors":0,"difficulty":39.91044776119403}] | ||
[{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":378,"lloc":107,"functions":17,"deliveredBugs":1.702845200669233,"maintainability":70.73402342986031,"lintErrors":0,"difficulty":39.91044776119403}] |
@@ -1,1 +0,1 @@ | ||
__history = [{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":183,"lloc":122,"functions":17,"deliveredBugs":1.8744460618362746,"maintainability":69.0704292884515,"lintErrors":0,"difficulty":35.535483870967745}] | ||
__history = [{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":183,"lloc":122,"functions":17,"deliveredBugs":1.8744460618362746,"maintainability":69.0704292884515,"lintErrors":0,"difficulty":35.535483870967745}] |
@@ -1,1 +0,1 @@ | ||
[{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":183,"lloc":122,"functions":17,"deliveredBugs":1.8744460618362746,"maintainability":69.0704292884515,"lintErrors":0,"difficulty":35.535483870967745}] | ||
[{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":183,"lloc":122,"functions":17,"deliveredBugs":1.8744460618362746,"maintainability":69.0704292884515,"lintErrors":0,"difficulty":35.535483870967745}] |
@@ -1,1 +0,1 @@ | ||
__history = [{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":15,"lloc":3,"functions":0,"deliveredBugs":0.02792060276175576,"maintainability":78.82511690686519,"lintErrors":0,"difficulty":2.6}] | ||
__history = [{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":15,"lloc":3,"functions":0,"deliveredBugs":0.02792060276175576,"maintainability":78.82511690686519,"lintErrors":0,"difficulty":2.6}] |
@@ -1,1 +0,1 @@ | ||
[{"date":"Mon, 10 Mar 2014 19:08:20 GMT","sloc":15,"lloc":3,"functions":0,"deliveredBugs":0.02792060276175576,"maintainability":78.82511690686519,"lintErrors":0,"difficulty":2.6}] | ||
[{"date":"Sun, 30 Mar 2014 17:21:14 GMT","sloc":15,"lloc":3,"functions":0,"deliveredBugs":0.02792060276175576,"maintainability":78.82511690686519,"lintErrors":0,"difficulty":2.6}] |
@@ -1,1 +0,1 @@ | ||
__history = [{"date":"Mon, 10 Mar 2014 19:08:20 GMT","total":{"sloc":576,"maintainability":218.62956962517703},"average":{"sloc":192,"maintainability":"72.88"}}] | ||
__history = [{"date":"Sun, 30 Mar 2014 17:21:14 GMT","total":{"sloc":576,"maintainability":218.62956962517703},"average":{"sloc":192,"maintainability":"72.88"}}] |
@@ -1,1 +0,1 @@ | ||
[{"date":"Mon, 10 Mar 2014 19:08:20 GMT","total":{"sloc":576,"maintainability":218.62956962517703},"average":{"sloc":192,"maintainability":"72.88"}}] | ||
[{"date":"Sun, 30 Mar 2014 17:21:14 GMT","total":{"sloc":576,"maintainability":218.62956962517703},"average":{"sloc":192,"maintainability":"72.88"}}] |
@@ -1737,4 +1737,4 @@ { | ||
"failures": 0, | ||
"start": "2014-03-10T19:08:13.877Z", | ||
"end": "2014-03-10T19:08:13.877Z", | ||
"start": "2014-03-30T17:21:09.893Z", | ||
"end": "2014-03-30T17:21:09.893Z", | ||
"duration": 0 | ||
@@ -1741,0 +1741,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
5375911
122
18874
4
Updatedq@~1.0.1