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

electron-named-image

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-named-image - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

build/Release/.deps/Release/NamedImage.node.d

7

package.json
{
"name": "electron-named-image",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node.js bridge to Objective-C [NSImage imageNamed]. Simplifies using default macOS images in Electron apps.",

@@ -11,3 +11,3 @@ "main": "index.js",

"compile-for-node": "node-gyp rebuild -d",
"compile-for-electron": "HOME=~/.electron-gyp node-gyp rebuild -d --target=1.6.7 --arch=x64 --dist-url=https://atom.io/download/electron",
"compile-for-electron": "HOME=~/.electron-gyp node-gyp rebuild -d --target=1.7.6 --arch=x64 --dist-url=https://atom.io/download/electron",
"get-images": "node bin/generate-images"

@@ -34,4 +34,5 @@ },

"devDependencies": {
"electron": "^1.6.7"
"electron": "^1.7.6",
"electron-rebuild": "^1.6.0"
}
}

@@ -10,3 +10,3 @@ # electron-named-image

Most likely you'll want to add it to your `optionalDependencies` due to the way that npm handles platform specific native addons. This way `npm install` won't fail on non-macOS platforms.
While macOS is currently the only supported platform, this module can be safely installed and used on non-macOS platforms. (No need to wrap your `require` in a conditional statement or other work-arounds).

@@ -13,0 +13,0 @@ ## What? Why?

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

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