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

dredd-transactions

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dredd-transactions - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

17

dist/test/unit/compile-uri/compile-params-test.js

@@ -161,5 +161,4 @@ 'use strict';

var hrefVariables = new fury.minim.elements.HrefVariables();
var value = new fury.minim.elements.Element();
value.element = 'enum';
value.attributes.set('enumerations', ['ascending', 'decending']);
var value = new fury.minim.elements.Enum();
value.enumerations = ['ascending', 'decending'];
hrefVariables.set('order', value);

@@ -181,5 +180,4 @@

var hrefVariables = new fury.minim.elements.HrefVariables();
var value = new fury.minim.elements.Element('decending');
value.element = 'enum';
value.attributes.set('enumerations', ['ascending', 'decending']);
var value = new fury.minim.elements.Enum('decending');
value.enumerations = ['ascending', 'decending'];
hrefVariables.set('order', value);

@@ -201,6 +199,5 @@

var hrefVariables = new fury.minim.elements.HrefVariables();
var value = new fury.minim.elements.Element();
value.element = 'enum';
value.attributes.set('enumerations', ['ascending', 'decending']);
value.attributes.set('default', 'decending');
var value = new fury.minim.elements.Enum();
value.enumerations = ['ascending', 'decending'];
value.attributes.set('default', new fury.minim.elements.Enum('decending'));
hrefVariables.set('order', value);

@@ -207,0 +204,0 @@

@@ -1,1 +0,1 @@

{"name":"dredd-transactions","version":"5.0.1","description":"Compiles HTTP Transactions (Request-Response pairs) from API description document","main":"dist/index.js","engines":{"node":">= 4"},"scripts":{"build:source":"babel src --out-dir ./dist/src","build:test":"babel test --out-dir ./dist/test --copy-files","clean":"rimraf coverage dist","coveralls":"scripts/coveralls.sh","build":"npm run build:source && npm run build:test","lint":"scripts/commitlint.sh && eslint src","prepublish":"npm run build:source","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run clean && npm run build && mocha dist/test","test:coverage":"npm run clean && npm run build && istanbul cover ./node_modules/.bin/_mocha -- dist/test"},"repository":{"type":"git","url":"https://github.com/apiaryio/dredd-transactions"},"babel":{"ignore":["test/**/*.apib","test/**/*.yml","test/mocha.opts"],"presets":[["env",{"targets":{"node":"4.0.0"}}]]},"dependencies":{"babel-polyfill":"^6.26.0","clone":"^2.1.1","fury":"3.0.0-beta.4","fury-adapter-apib-parser":"0.9.0","fury-adapter-swagger":"0.15.2","uri-template":"^1.0.0"},"devDependencies":{"@commitlint/cli":"^4.2.1","@commitlint/config-angular":"^4.2.1","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-preset-env":"^1.6.1","chai":"^4.1.0","chai-json-schema":"^1.3.0","coveralls":"^2.13.1","drafter":"^1.0.0","eslint":"^4.4.1","eslint-config-airbnb":"^15.1.0","eslint-plugin-import":"^2.7.0","istanbul":"^0.4.5","mocha":"^4.0.1","mocha-lcov-reporter":"^1.3.0","proxyquire":"^1.8.0","rimraf":"^2.6.2","semantic-release":"^8.2.0","sinon":"^4.0.1","swagger-zoo":"^2.5.2"},"keywords":["api","test","testing","documenation","integration","acceptance"],"author":"Apiary Czech Republic, s.r.o. <support@apiary.io>","license":"MIT"}
{"name":"dredd-transactions","version":"5.0.2","description":"Compiles HTTP Transactions (Request-Response pairs) from API description document","main":"dist/index.js","engines":{"node":">= 4"},"scripts":{"build:source":"babel src --out-dir ./dist/src","build:test":"babel test --out-dir ./dist/test --copy-files","clean":"rimraf coverage dist","coveralls":"scripts/coveralls.sh","build":"npm run build:source && npm run build:test","lint":"scripts/commitlint.sh && eslint src","prepublish":"npm run build:source","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run clean && npm run build && mocha dist/test","test:coverage":"npm run clean && npm run build && istanbul cover ./node_modules/.bin/_mocha -- dist/test"},"repository":{"type":"git","url":"https://github.com/apiaryio/dredd-transactions"},"babel":{"ignore":["test/**/*.apib","test/**/*.yml","test/mocha.opts"],"presets":[["env",{"targets":{"node":"4.0.0"}}]]},"dependencies":{"babel-polyfill":"^6.26.0","clone":"^2.1.1","fury":"3.0.0-beta.6","fury-adapter-apib-parser":"0.10.0","fury-adapter-swagger":"0.16.0","uri-template":"^1.0.0"},"devDependencies":{"@commitlint/cli":"^4.2.1","@commitlint/config-angular":"^4.2.1","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-preset-env":"^1.6.1","chai":"^4.1.0","chai-json-schema":"^1.3.0","coveralls":"^2.13.1","drafter":"^1.0.0","eslint":"^4.4.1","eslint-config-airbnb":"^15.1.0","eslint-plugin-import":"^2.7.0","istanbul":"^0.4.5","mocha":"^4.0.1","mocha-lcov-reporter":"^1.3.0","proxyquire":"^1.8.0","rimraf":"^2.6.2","semantic-release":"^8.2.0","sinon":"^4.0.1","swagger-zoo":"^2.5.2"},"keywords":["api","test","testing","documenation","integration","acceptance"],"author":"Apiary Czech Republic, s.r.o. <support@apiary.io>","license":"MIT"}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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