Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@ng-apimock/test-application

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.0.16

91

mocks/get-items.mock.json
{
"name": "get items",
"isArray": true,
"request": {
"url": "/items",
"method": "GET"
},
"responses": {
"crypto-currencies": {
"status": 200,
"data": [
"Bitcoin",
"Bitcoin Cash",
"Etherium",
"Litecoin",
"Some%%coinName%%Coin"
],
"headers": {
"Content-type": "application/json",
"custom": "custom"
},
"statusText": "text",
"default": true
"name": "get items",
"isArray": true,
"request": {
"url": "/items",
"method": "GET"
},
"crypto-exchanges": {
"status": 200,
"data": [
"Coinbase",
"Binance",
"Hitbtc"
],
"headers": {
"Content-type": "application/json",
"custom": "custom"
}
},
"binary": {
"file": "test.pdf",
"headers": {
"Content-type": "application/pdf",
"filename": "test.pdf"
}
},
"server-error": {
"default": false,
"status": 500
"responses": {
"crypto-currencies": {
"status": 200,
"data": [
"Bitcoin",
"Bitcoin Cash",
"Etherium",
"Litecoin",
"Some%%coinName%%Coin",
"%%x%%"
],
"headers": {
"Content-type": "application/json",
"custom": "custom"
},
"statusText": "text",
"default": true
},
"crypto-exchanges": {
"status": 200,
"data": [
"Coinbase",
"Binance",
"Hitbtc"
],
"headers": {
"Content-type": "application/json",
"custom": "custom"
}
},
"binary": {
"file": "test.pdf",
"headers": {
"Content-type": "application/pdf",
"filename": "test.pdf"
}
},
"server-error": {
"default": false,
"status": 500
}
}
}
}
{
"name": "@ng-apimock/test-application",
"description": "Test application for ng-apimock",
"version": "1.0.15",
"version": "1.0.16",
"homepage": "https://github.com/ng-apimock/test-application#readme",

@@ -46,3 +46,3 @@ "author": {

"@angular/router": "8.2.5",
"@types/node": "12.7.4",
"@types/node": "12.7.5",
"codelyzer": "5.1.0",

@@ -53,6 +53,6 @@ "core-js": "3.2.1",

"ts-node": "8.3.0",
"tslint": "5.19.0",
"typescript": "3.6.2",
"tslint": "5.20.0",
"typescript": "3.6.3",
"zone.js": "0.10.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc