Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

warehouse.ai-status-models

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warehouse.ai-status-models - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md
# Changelog
### 2.0.1
- Fix key for StatusHead, allow null for previousVersion
### 2.0.0
- BREAKING--Convert datastar models to dynastar models
- Integration tests run against localstack instance
- Integration tests run against localstack instance
- [#4] Update documentation

@@ -6,0 +12,0 @@ - Add badges

2

package.json
{
"name": "warehouse.ai-status-models",
"version": "2.0.0",
"version": "2.0.1",
"description": "models for warehouse.ai-status-api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,3 +15,3 @@ const { AwaitWrap, Dynastar } = require('dynastar');

const createKey = (data) => {
return `${data.pkg}!${data.env}!${data.version}`;
return `${data.pkg}!${data.env}`;
};

@@ -27,3 +27,3 @@ const model = dynamo.define('StatusHead', {

version: Joi.string(),
previousVersion: Joi.string(),
previousVersion: Joi.string().allow(null),
total: Joi.number()

@@ -30,0 +30,0 @@ }

@@ -27,3 +27,3 @@ const { AwaitWrap, Dynastar } = require('dynastar');

version: Joi.string(),
previousVersion: Joi.string(),
previousVersion: Joi.string().allow(null),
total: Joi.number(),

@@ -30,0 +30,0 @@ error: Joi.boolean(),

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc