Socket
Socket
Sign inDemoInstall

@matteodisabatino/gc_info

Package Overview
Dependencies
123
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 2.0.0

12

CHANGELOG.md
# 2.0.0 (2023-08-02)
### Code Refactoring
* add support to Node.js v19 and v20 and Electron v23+ ([56f73b7](https://github.com/matteodisabatino/gc_info/commit/56f73b7533083876a779bea3e1f4c877fada544c))
### BREAKING CHANGES
* drop support to Node.js <= v16 and Electron <= v22
## 1.4.1 (2022-05-24)

@@ -4,0 +16,0 @@

36

package.json
{
"name": "@matteodisabatino/gc_info",
"version": "1.4.1",
"version": "2.0.0",
"main": "dist/index.js",

@@ -9,4 +9,4 @@ "typings": "dist/index.d.ts",

"lint": "eslint dist test --fix",
"prebuild_electron": "prebuild -r electron -t 0.36.0 -t 1.1.0 -t 1.3.0 -t 1.4.0 -t 1.5.0 -t 1.6.0 -t 1.7.0 -t 1.8.0 -t 2.0.0 -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0-beta.9 -t 6.0.0-beta.1 -t 7.0.0-beta.1 -t 8.0.0-beta.1 -t 9.0.0-beta.1 -t 9.0.0-beta.2 -t 10.0.0-beta.1 -t 11.0.0-beta.1 -t 11.0.0-beta.11 -t 12.0.0-beta.1 -t 13.0.0-beta.2 -t 14.0.0-beta.1 -t 15.0.0-alpha.1 -t 14.0.2 -t 15.0.0-beta.7 -t 16.0.0-alpha.1 -t 17.0.0-alpha.1 -t 18.0.0-alpha.1 --force --strip --tag-prefix \"\"",
"prebuild_node": "prebuild -r node -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.1 -t 18.0.0 --force --strip --tag-prefix \"\"",
"prebuild_electron": "prebuild -r electron -t 23.0.0-alpha.1 -t 24.0.0-alpha.1 -t 25.0.0-alpha.1 -t 26.0.0-alpha.1 --force --strip --tag-prefix \"\"",
"prebuild_node": "prebuild -r node -t 17.0.1 -t 18.0.0 -t 19.0.0 -t 20.0.0 --force --strip --tag-prefix \"\"",
"rebuild": "node-gyp rebuild",

@@ -60,3 +60,4 @@ "release": "release-it --ci",

"bindings": "^1.5.0",
"nan": "^2.14.2",
"nan": "^2.17.0",
"node-gyp": "^9.4.0",
"prebuild-install": "^7.1.0"

@@ -68,18 +69,23 @@ },

},
"overrides": {
"prebuild": {
"node-gyp": "$node-gyp"
}
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"ava": "^4.2.0",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"@release-it/conventional-changelog": "^7.0.0",
"ava": "^5.3.1",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"prebuild": "^11.0.3",
"release-it": "^15.0.0",
"semver": "^7.3.7"
"release-it": "^16.1.3",
"semver": "^7.5.4"
},
"engines": {
"node": "<=18"
"node": "<=20"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc