Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@tryghost/bookshelf-collision

Package Overview
Dependencies
Maintainers
29
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/bookshelf-collision - npm Package Compare versions

Comparing version
0.1.50
to
0.1.51
+3
-3
package.json
{
"name": "@tryghost/bookshelf-collision",
"version": "0.1.50",
"version": "0.1.51",
"repository": {

@@ -14,3 +14,3 @@ "type": "git",

"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage --100 -- mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",

@@ -27,4 +27,4 @@ "posttest": "yarn lint"

"devDependencies": {
"c8": "8.0.1",
"mocha": "11.7.5",
"should": "13.2.3",
"sinon": "21.0.1"

@@ -31,0 +31,0 @@ },

@@ -12,2 +12,6 @@ # Bookshelf Collision

## Purpose
Bookshelf plugin that detects stale updates and throws an update-collision error when client and server versions diverge.
## Usage

@@ -14,0 +18,0 @@