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

cra-template-react-nodegui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-react-nodegui - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

template/.gitignore

18

package.json
{
"name": "cra-template-react-nodegui",
"version": "0.0.2",
"description": "a starter template to bootstrap your react-nodegui app",
"version": "0.0.3",
"keywords": [
"react",
"node",
"react-nodegui"
],
"author": "Shubham Zanwar",
"license": "ISC"
"description": "test cra template",
"main": "template.json",
"license": "MIT",
"engines": {
"node": ">=8.10"
},
"files": [
"template",
"template.json"
]
}
{
"package": {
"scripts": {
"build": "webpack -p",
"dev": "webpack --mode=development",
"start": "qode --inspect ./dist/index.js"
},
"dependencies": {
"@nodegui/nodegui": "^0.13.1",
"@nodegui/nodegui": "^0.12.1",
"@nodegui/react-nodegui": "^0.4.0",
"open": "^7.0.0",
"react": "^16.12.0"
},
"devDependencies": {
"react": "^16.12.0",
"@babel/core": "^7.7.7",

@@ -30,4 +22,8 @@ "@babel/preset-env": "^7.7.7",

"webpack-cli": "^3.3.10"
},
"scripts": {
"build": "webpack -p",
"dev": "webpack --mode=development",
"start": "qode --inspect ./dist/index.js"
}
}
}
}
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