New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-browser

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-browser - npm Package Compare versions

Comparing version 0.90.23 to 0.90.24

2

gulpfile.js

@@ -45,3 +45,3 @@ /**

gulp.task('watch', function () {
gulp.task('watch', [ 'test' ], function () {
gulp.watch([ paths.src, paths.tests ], [ 'test' ]);

@@ -48,0 +48,0 @@ });

{
"name": "mock-browser",
"version": "0.90.23",
"version": "0.90.24",
"description": "A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.",

@@ -5,0 +5,0 @@ "repository": {

@@ -129,3 +129,3 @@ #Mock Browser

_Coming soon..._
There is an [open source project](https://github.com/darrylwest/enigma-keyword-client) that uses not only MockBrowser for tests but AbstractBrowser as a foundation for the client's _browser_ object.

@@ -150,2 +150,2 @@ ## Tests

- - -
<p><small><em>copyright © 2014 rain city software | version 0.90.23</em></small></p>
<p><small><em>copyright © 2014 rain city software | version 0.90.24</em></small></p>
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