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

collimator

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collimator - npm Package Compare versions

Comparing version 5.3.1 to 6.0.0

3

integration-test/index.js

@@ -139,3 +139,4 @@ var pg = require('pg-promise')();

completed: {
type: 'number'
type: 'string',
pattern: '^\\d+$'
}

@@ -142,0 +143,0 @@ },

@@ -77,6 +77,6 @@ 'use strict';

var TYPES = {
bigserial: { type: 'number' },
bigserial: { type: 'string', pattern: '^\\d+$' },
boolean: { type: 'boolean' },
character: { type: 'string' },
bigint: { type: 'number' },
bigint: { type: 'string', pattern: '^\\d+$' },
integer: { type: 'number' },

@@ -83,0 +83,0 @@ json: { type: 'object' },

@@ -9,2 +9,3 @@ {

"main": "lib/collimator.js",
"types": "lib/collimator.d.ts",
"author": "Radify",

@@ -91,3 +92,3 @@ "license": "BSD-3-Clause",

},
"version": "5.3.1"
"version": "6.0.0"
}
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