You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

skor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skor - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+9
-7
package.json
{
"name": "skor",
"author": "BigAB <bigab@live.ca>",
"version": "0.0.4",
"version": "0.0.5",
"publishConfig": {

@@ -62,9 +62,11 @@ "registry": "https://registry.npmjs.org/"

"release-it": {
"before:init": [
"npm run lint",
"npm test",
"npm build"
],
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
"hooks": {
"before:init": [
"npm run lint",
"npm test",
"npm build"
],
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}
}