Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cds-validator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cds-validator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

package.json
{
"name": "cds-validator",
"version": "0.1.1",
"version": "0.1.2",
"description": "A card validator to evaluate CDS payloads.",

@@ -13,3 +13,3 @@ "main": "index.js",

"type": "git",
"url": "git@github.com:mattberther/cds-validator.git"
"url": "git@github.com:cds-hooks/cds-validator.git"
},

@@ -26,5 +26,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/mattberther/cds-validator/issues"
"url": "https://github.com/cds-hooks/cds-validator/issues"
},
"homepage": "https://github.com/mattberther/cds-validator#readme",
"homepage": "https://github.com/cds-hooks/cds-validator#readme",
"dependencies": {

@@ -31,0 +31,0 @@ "bluebird": "3.3.5",

@@ -5,4 +5,4 @@ # cds-validator

[![Circle CI](https://circleci.com/gh/mattberther/cds-validator.svg?style=shield)](https://circleci.com/gh/mattberther/cds-validator)
[![devDependency Status](https://david-dm.org/mattberther/cds-validator.svg)](https://david-dm.org/mattberther/cds-validator#info=devDependencies)
[![Circle CI](https://circleci.com/gh/cds-hooks/cds-validator.svg?style=shield)](https://circleci.com/gh/cds-hooks/cds-validator)
[![devDependency Status](https://david-dm.org/cds-hooks/cds-validator.svg)](https://david-dm.org/cds-hooks/cds-validator#info=devDependencies)

@@ -9,0 +9,0 @@

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

it('should optionally allow a url', function() {
payload.cards[0].source.url = 'https://github.com/mattberther/cds-validator';
payload.cards[0].source.url = 'https://github.com/cds-hooks/cds-validator';

@@ -222,3 +222,3 @@ return expect(validator(JSON.stringify(payload))).to.eventually.deep.equal(payload);

label: 'GitHub CDS Validator',
url: 'https://github.com/mattberther/cds-validator'
url: 'https://github.com/cds-hooks/cds-validator'
}];

@@ -232,3 +232,3 @@

payload.cards[0].links = [{
url: 'https://github.com/mattberther/cds-validator'
url: 'https://github.com/cds-hooks/cds-validator'
}];

@@ -235,0 +235,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