hadron-ipc
Advanced tools
Comparing version 2.8.0 to 2.9.0
{ | ||
"name": "hadron-ipc", | ||
"description": "Simplified IPC for electron apps.", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"scripts": { | ||
"check": "npm run lint && npm run depcheck", | ||
"test": "xvfb-maybe electron-mocha --no-sandbox", | ||
"test-check-ci": "npm run check && npm test", | ||
"test-electron": "xvfb-maybe electron-mocha --no-sandbox", | ||
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern", | ||
"depcheck": "depcheck", | ||
"test-ci": "npm run test" | ||
"check": "npm run lint && npm run depcheck", | ||
"test-ci-electron": "npm run test-electron" | ||
}, | ||
@@ -43,3 +42,3 @@ "homepage": "https://github.com/mongodb-js/compass", | ||
}, | ||
"gitHead": "2bb63cdb1d4e825f280c0d2af14b7298c5769490" | ||
"gitHead": "c125a379bd769b3305e494b68a4fc9bdfdc7d1bb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
41247