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

@nodegui/nodegui

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodegui/nodegui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.7-alpha

binding.gyp

46

package.json
{
"name": "@nodegui/nodegui",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.0.7-alpha",
"description": "A cross platform library to build native desktop apps.",
"main": "dist/src/lib/index.js",
"files": [
"dist",
"config",
"binding.gyp",
"src",
"extras/legal",
"deps"
],
"author": "Atul R <atulanand94@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@nodegui/test": "^0.0.10",
"@types/bindings": "^1.3.0",
"@types/lodash": "^4.14.130",
"@types/node": "^12.0.2",
"prettier": "^1.17.1",
"serve": "^11.1.0",
"typescript": "^3.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "npm run build && qode dist/demo.js",
"install": "npm run build:addon",
"build": "npm run build:lib && npm run build:addon",
"build:lib": "tsc",
"build:addon": "node-gyp -j 8 configure build",
"rebuild:addon": "node-gyp -j 8 rebuild",
"automoc": "node ./scripts/automoc.js",
"docs": "serve docs"
},
"author": "",
"license": "MIT"
"peerDependencies": {
"@nodegui/test": "*"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^1.6.3",
"node-gyp": "^4.0.0"
},
"gypfile": true
}
index.html
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