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/acme-http-01-sequelize

Package Overview
Dependencies
Maintainers
15
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/acme-http-01-sequelize - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-2
index.js

@@ -38,4 +38,3 @@ const {Sequelize, Model, DataTypes} = require('sequelize');

sequelize: this._db,
modelName: 'Challenge',
indexes: [{unique: true, fields: ['subject', 'token']}]
modelName: 'Challenge'
});

@@ -42,0 +41,0 @@

{
"name": "@tryghost/acme-http-01-sequelize",
"version": "0.2.0",
"version": "0.2.1",
"repository": "git@github.com:TryGhost/acme-http-01-sequelize.git",

@@ -5,0 +5,0 @@ "author": "Ghost Foundation",