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

falcor-electron

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

falcor-electron - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

package.json
{
"name": "falcor-electron",
"version": "0.1.0",
"version": "0.1.1",
"description": "falcor integration for electron's ipc module",

@@ -8,7 +8,7 @@ "main": "lib/index.js",

"scripts": {
"clean": "$(npm bin)/rimraf lib",
"lint": "$(npm bin)/eslint src",
"test": "$(npm bin)/babel-node --stage 0 $(npm bin)/tape ./test/*.test.js",
"clean": "rimraf lib",
"lint": "eslint src",
"test": "babel-node --stage 0 ./node_modules/tape/bin/tape ./test/*.test.js",
"check": "npm run lint && npm run test",
"build": "$(npm bin)/babel src --stage 0 --out-dir lib",
"build": "babel src --stage 0 --out-dir lib",
"preversion": "npm run clean && npm run check",

@@ -15,0 +15,0 @@ "version": "npm run build",

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