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

blueprint-transactions

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueprint-transactions - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

CHANGELOG.md
# Change Log
## 0.0.2
Removed leftover handling of multiple blueprints from original Dredd codebase
## 0.0.1
Initial release

8

lib/transaction-name.js

@@ -6,8 +6,4 @@ // Generated by CoffeeScript 1.9.3

name = '';
if (this.multiBlueprint) {
name += origin['apiName'];
}
if (this.multiBlueprint) {
name += ' > ';
}
name += origin['apiName'];
name += ' > ';
if (origin['resourceGroupName'] !== "") {

@@ -14,0 +10,0 @@ name += origin['resourceGroupName'];

{
"name": "blueprint-transactions",
"version": "0.0.1",
"version": "0.0.2",
"description": "Compile HTTP transactions (request-response pairs) from API Blueprint AST",

@@ -5,0 +5,0 @@ "main": "lib/blueprint-transactions.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