Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chrome-mock

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-mock - npm Package Compare versions

Comparing version 0.0.5 to 0.0.7

9

lib/Chrome.js

@@ -11,5 +11,12 @@ var ContextMenus = require('./chrome/ContextMenus');

function Chrome() {
this.resetMock();
}
/**
* Re-initialize all mocks
*/
Chrome.prototype.resetMock = function () {
this.contextMenus = new ContextMenus(this);
this.runtime = new Runtime(this);
this.tabs = new Tabs(this);
}
};

2

package.json
{
"name": "chrome-mock",
"version": "0.0.5",
"version": "0.0.7",
"author": "Steven Foote & Seth McLaughlin",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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