Socket
Socket
Sign inDemoInstall

hariko

Package Overview
Dependencies
13
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

24

CHANGELOG.md

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

<a name="1.1.2"></a>
## 1.1.2 (2016-06-18)
### chore
* chore(travis): update GCC
([db3d781](https://github.com/rymizuki/node-hariko/commit/db3d781))
### feat
* feat(hariko): update protagonist
([08e27a6](https://github.com/rymizuki/node-hariko/commit/08e27a6))
### fix
* fix(travis): indantation miss
([e40ffe0](https://github.com/rymizuki/node-hariko/commit/e40ffe0))
* Merge pull request #6 from rymizuki/node_v4
([539d82f](https://github.com/rymizuki/node-hariko/commit/539d82f))
<a name="1.1.1"></a>

@@ -2,0 +26,0 @@ ## 1.1.1 (2015-09-18)

2

lib/hariko/resource/parser.js

@@ -63,3 +63,3 @@ var URL = require('url'),

warnings = null;
var data = protagonist.parseSync(rawdata);
var data = protagonist.parseSync(rawdata, {type: 'ast'});
if (data.warnings) warnings = data.warnings;

@@ -66,0 +66,0 @@ for (var i = 0; i < data.ast.resourceGroups.length; i++) {

{
"name": "hariko",
"version": "1.1.1",
"version": "1.1.2",
"description": "Mock Server that implements the API Blueprint specification.",

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

"path-to-regexp": "^1.2.0",
"protagonist": "^0.20.1",
"protagonist": "^1.3.3",
"yargs": "^3.15.0"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

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