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 6.1.0 to 7.0.0

8

integration-test/index.js

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

schema: {
$schema: 'http://json-schema.org/draft-04/schema#',
$schema: 'http://json-schema.org/draft-07/schema#',
title: 'users',

@@ -51,3 +51,3 @@ type: 'object',

schema: {
$schema: 'http://json-schema.org/draft-04/schema#',
$schema: 'http://json-schema.org/draft-07/schema#',
title: 'tasks',

@@ -100,3 +100,3 @@ type: 'object',

schema: {
$schema: 'http://json-schema.org/draft-04/schema#',
$schema: 'http://json-schema.org/draft-07/schema#',
title: 'task_watchers',

@@ -130,3 +130,3 @@ type: 'object',

schema: {
$schema: 'http://json-schema.org/draft-04/schema#',
$schema: 'http://json-schema.org/draft-07/schema#',
title: 'completed_tasks',

@@ -133,0 +133,0 @@ type: 'object',

@@ -57,3 +57,3 @@ 'use strict';

return {
$schema: 'http://json-schema.org/draft-04/schema#',
$schema: 'http://json-schema.org/draft-07/schema#',
title: name,

@@ -60,0 +60,0 @@ type: 'object',

@@ -18,3 +18,3 @@ {

"del": "^2.1.0",
"gulp": "gulpjs/gulp#4.0",
"gulp": "4.0.0",
"gulp-babel": "^6.1.0",

@@ -92,3 +92,3 @@ "gulp-ignore": "^2.0.1",

},
"version": "6.1.0"
"version": "7.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