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

data-stub

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-stub - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

lib/table.js

@@ -9,2 +9,3 @@ 'use strict'

'VARCHAR': { 'targetType': 'String' },
'char': { 'targetType': 'String' },
'TEXT': { 'targetType': 'String' },

@@ -102,2 +103,3 @@ 'TINYTEXT': { 'targetType': 'String' },

console.log(fieldData, type)
if (bracePos < 0) {

@@ -104,0 +106,0 @@ targetType = GENERATOR_RULE[rawType]['targetType']

2

package.json
{
"name": "data-stub",
"version": "1.3.3",
"version": "1.3.4",
"description": "generate mysql database stub",

@@ -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