mock-browser
Advanced tools
Comparing version 0.91.34 to 0.92.10
@@ -68,3 +68,3 @@ /** | ||
dash.methods( parent ).forEach(function(method) { | ||
dash.functionsIn( parent ).forEach(function(method) { | ||
child[ method ] = parent[ method ]; | ||
@@ -71,0 +71,0 @@ }); |
{ | ||
"name": "mock-browser", | ||
"version": "0.91.34", | ||
"version": "0.92.10", | ||
"description": "A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.", | ||
@@ -24,4 +24,4 @@ "repository": { | ||
"dependencies": { | ||
"jsdom": "^6.5.0", | ||
"lodash": "^3.10.1" | ||
"jsdom": "^8.0.4", | ||
"lodash": "^4.5" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -150,2 +150,2 @@ #Mock Browser | ||
- - - | ||
<p><small><em>copyright © 2014-2015 rain city software | version 0.91.34</em></small></p> | ||
<p><small><em>copyright © 2014-2016 rain city software | version 0.92.10</em></small></p> |
@@ -53,3 +53,3 @@ /** | ||
it('should have all known methods by size and type', function() { | ||
dash.methods( browser ).length.should.equal( methods.length ); | ||
dash.functionsIn( browser ).length.should.equal( methods.length ); | ||
methods.forEach(function(method) { | ||
@@ -123,3 +123,3 @@ browser[ method ].should.be.a( 'function' ); | ||
dash.methods( browser ).length.should.equal( methods.length ); | ||
dash.functionsIn( browser ).length.should.equal( methods.length ); | ||
methods.forEach(function(method) { | ||
@@ -126,0 +126,0 @@ browser[ method ].should.be.a( 'function' ); |
@@ -33,3 +33,3 @@ /** | ||
it('should have all known methods by size and type', function() { | ||
dash.methods( browser ).length.should.equal( methods.length ); | ||
dash.functionsIn( browser ).length.should.equal( methods.length ); | ||
methods.forEach(function(method) { | ||
@@ -36,0 +36,0 @@ browser[ method ].should.be.a( 'function' ); |
@@ -32,3 +32,3 @@ /** | ||
it('should have all known methods by size and type', function() { | ||
dash.methods( storage ).length.should.equal( methods.length ); | ||
dash.functionsIn( storage ).length.should.equal( methods.length ); | ||
methods.forEach(function(method) { | ||
@@ -35,0 +35,0 @@ storage[ method ].should.be.a( 'function' ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23820
+ Addedabab@1.0.4(transitive)
+ Addedarray-equal@1.0.2(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedjsdom@8.5.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@2.0.1(transitive)
- Removedbrowser-request@0.3.3(transitive)
- Removeddom-serializer@0.2.2(transitive)
- Removeddomelementtype@1.3.12.3.0(transitive)
- Removeddomhandler@2.4.2(transitive)
- Removeddomutils@1.7.0(transitive)
- Removedentities@1.1.22.2.0(transitive)
- Removedhtmlparser2@3.10.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjsdom@6.5.1(transitive)
- Removedlodash@3.10.1(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwhatwg-url-compat@0.6.5(transitive)
- Removedxmlhttprequest@1.8.0(transitive)
- Removedxtend@4.0.2(transitive)
Updatedjsdom@^8.0.4
Updatedlodash@^4.5