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

tm-apps-db

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tm-apps-db - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

migrations/201610122140_add_title_column_to_articles.js

2

index.js

@@ -25,3 +25,3 @@ "use strict";

logger.info('queried database', logObject);
logger.debug('queried database', logObject);
};

@@ -28,0 +28,0 @@

@@ -63,9 +63,13 @@ "use strict";

},
title: {
type: DataTypes.TEXT,
allowNull: true
},
social_headline: {
type: DataTypes.TEXT,
allowNull: false
allowNull: true
},
lead_text: {
type: DataTypes.TEXT,
allowNull: false
allowNull: true
},

@@ -72,0 +76,0 @@ primary_tag: {

{
"name": "tm-apps-db",
"version": "2.0.10",
"version": "2.0.11",
"description": "Apps consumer database initialiser",

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

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