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

grape-web

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grape-web - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

8

lib/x-platform/electron.js

@@ -24,5 +24,9 @@ 'use strict';

var remote = undefined;
// This is a hack to avoid webpack trying to find this dependency.
// We could add `externals` to webpack config, but this will be needed to be done
// in every package that uses this one.
if (window.require) {
electron = require('electron');
remote = require('remote');
electron = window.require('electron');
remote = window.require('remote');
}

@@ -29,0 +33,0 @@

{
"name": "grape-web",
"version": "0.19.0",
"version": "0.19.1",
"dependencies": {

@@ -5,0 +5,0 @@ "html5-desktop-notifications": "^1.0.0",

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