New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vivlab/api-database

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivlab/api-database - npm Package Compare versions

Comparing version 1.0.43 to 1.0.44

60

dist/database/core/index.js

@@ -33,37 +33,37 @@ "use strict";

properties: {
free_monthly_amount: { type: "integer", min: 0 },
free_yearly_amount: { type: "integer", min: 0 },
free_monthly_amount: { type: "integer", minimum: 0 },
free_yearly_amount: { type: "integer", minimum: 0 },
free_capability_ecommerce: { type: "boolean" },
free_usage_page: { type: ["integer", "null"], min: 0 },
free_usage_product: { type: ["integer", "null"], min: 0 },
free_usage_collection: { type: ["integer", "null"], min: 0 },
free_usage_facet: { type: ["integer", "null"], min: 0 },
site_monthly_amount: { type: "integer", min: 0 },
site_yearly_amount: { type: "integer", min: 0 },
free_usage_page: { type: ["integer", "null"], minimum: 0 },
free_usage_product: { type: ["integer", "null"], minimum: 0 },
free_usage_collection: { type: ["integer", "null"], minimum: 0 },
free_usage_facet: { type: ["integer", "null"], minimum: 0 },
site_monthly_amount: { type: "integer", minimum: 0 },
site_yearly_amount: { type: "integer", minimum: 0 },
site_capability_ecommerce: { type: "boolean" },
site_usage_page: { type: ["integer", "null"], min: 0 },
site_usage_product: { type: ["integer", "null"], min: 0 },
site_usage_collection: { type: ["integer", "null"], min: 0 },
site_usage_facet: { type: ["integer", "null"], min: 0 },
eshop_monthly_amount: { type: "integer", min: 0 },
eshop_yearly_amount: { type: "integer", min: 0 },
site_usage_page: { type: ["integer", "null"], minimum: 0 },
site_usage_product: { type: ["integer", "null"], minimum: 0 },
site_usage_collection: { type: ["integer", "null"], minimum: 0 },
site_usage_facet: { type: ["integer", "null"], minimum: 0 },
eshop_monthly_amount: { type: "integer", minimum: 0 },
eshop_yearly_amount: { type: "integer", minimum: 0 },
eshop_capability_ecommerce: { type: "boolean" },
eshop_usage_page: { type: ["integer", "null"], min: 0 },
eshop_usage_product: { type: ["integer", "null"], min: 0 },
eshop_usage_collection: { type: ["integer", "null"], min: 0 },
eshop_usage_facet: { type: ["integer", "null"], min: 0 },
ecommerce_monthly_amount: { type: "integer", min: 0 },
ecommerce_yearly_amount: { type: "integer", min: 0 },
eshop_usage_page: { type: ["integer", "null"], minimum: 0 },
eshop_usage_product: { type: ["integer", "null"], minimum: 0 },
eshop_usage_collection: { type: ["integer", "null"], minimum: 0 },
eshop_usage_facet: { type: ["integer", "null"], minimum: 0 },
ecommerce_monthly_amount: { type: "integer", minimum: 0 },
ecommerce_yearly_amount: { type: "integer", minimum: 0 },
ecommerce_capability_ecommerce: { type: "boolean" },
ecommerce_usage_page: { type: ["integer", "null"], min: 0 },
ecommerce_usage_product: { type: ["integer", "null"], min: 0 },
ecommerce_usage_collection: { type: ["integer", "null"], min: 0 },
ecommerce_usage_facet: { type: ["integer", "null"], min: 0 },
premium_monthly_amount: { type: "integer", min: 0 },
premium_yearly_amount: { type: "integer", min: 0 },
ecommerce_usage_page: { type: ["integer", "null"], minimum: 0 },
ecommerce_usage_product: { type: ["integer", "null"], minimum: 0 },
ecommerce_usage_collection: { type: ["integer", "null"], minimum: 0 },
ecommerce_usage_facet: { type: ["integer", "null"], minimum: 0 },
premium_monthly_amount: { type: "integer", minimum: 0 },
premium_yearly_amount: { type: "integer", minimum: 0 },
premium_capability_ecommerce: { type: "boolean" },
premium_usage_page: { type: ["integer", "null"], min: 0 },
premium_usage_product: { type: ["integer", "null"], min: 0 },
premium_usage_collection: { type: ["integer", "null"], min: 0 },
premium_usage_facet: { type: ["integer", "null"], min: 0 }
premium_usage_page: { type: ["integer", "null"], minimum: 0 },
premium_usage_product: { type: ["integer", "null"], minimum: 0 },
premium_usage_collection: { type: ["integer", "null"], minimum: 0 },
premium_usage_facet: { type: ["integer", "null"], minimum: 0 }
}

@@ -70,0 +70,0 @@ }

{
"name": "@vivlab/api-database",
"version": "1.0.43",
"version": "1.0.44",
"description": "",

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

Sorry, the diff of this file is not supported yet

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