New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

haye

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

haye - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/poppinss/haye/compare/v1.0.0...v1.0.1) (2016-09-30)
<a name="1.0.0"></a>

@@ -2,0 +7,0 @@ # 1.0.0 (2016-09-30)

5

package.json
{
"name": "haye",
"version": "1.0.0",
"version": "1.0.1",
"description": "Haye is an expressive string syntax to Array/Object and Vice-Versa parser for Javascript. Quite often you want your users to define some values using an expressive string expression instead of nesting values in an array or object.",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test",
"test": "istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"coverage": "istanbul cover _mocha test",

@@ -27,2 +27,3 @@ "lint": "standard"

"mocha": "^3.1.0",
"mocha-lcov-reporter": "^1.2.0",
"standard": "^8.3.0"

@@ -29,0 +30,0 @@ },

2

README.md
# Haye
![](http://i1117.photobucket.com/albums/k594/thetutlage/poppins-1_zpsg867sqyl.png)
[![Version](https://img.shields.io/npm/v/haye.svg?style=flat-square)](https://www.npmjs.com/package/haye)

@@ -4,0 +6,0 @@ [![Build Status](https://img.shields.io/travis/poppinss/haye/master.svg?style=flat-square)](https://travis-ci.org/poppinss/haye)

@@ -130,3 +130,3 @@ 'use strict'

*
* @param {Arrau} values
* @param {Array} values
*

@@ -133,0 +133,0 @@ * @return {String}

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