Socket
Socket
Sign inDemoInstall

@travi/any

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travi/any - npm Package Compare versions

Comparing version 0.8.0 to 1.0.0

lib/any.cjs.js

25

package.json
{
"name": "@travi/any",
"version": "0.8.0",
"version": "1.0.0",
"description": "random data generator for when test data is insignificant",
"main": "dist/any.js",
"module": "dist/any.module.js",
"main": "lib/any.cjs.js",
"module": "lib/any.es.js",
"scripts": {
"build": "rollup -c",
"test": "grunt",
"preversion": "npm test",
"prepublish": "grunt build",
"prepublish": "npm run build",
"postpublish": "greenkeeper-postpublish",
"precommit": "npm test",
"commitmsg": "validate-commit-msg"
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travi/any.git"
"url": "https://github.com/travi/any.git"
},

@@ -39,3 +41,3 @@ "keywords": [

"babel-preset-es2015-node": "6.1.1",
"babel-preset-es2015-rollup": "1.2.0",
"babel-preset-es2015-rollup": "3.0.0",
"babel-register": "6.18.0",

@@ -51,4 +53,3 @@ "chai": "3.5.0",

"grunt-mocha-istanbul": "5.0.2",
"grunt-rollup": "1.0.1",
"husky": "0.11.9",
"husky": "0.12.0-2",
"istanbul": "1.0.0-alpha.2",

@@ -60,3 +61,5 @@ "load-grunt-config": "0.19.2",

"referee-sinon": "1.0.3",
"rollup-plugin-babel": "2.6.1",
"rollup": "0.37.0",
"rollup-plugin-babel": "2.7.1",
"semantic-release": "6.3.2",
"sinon": "2.0.0-pre.4",

@@ -71,2 +74,2 @@ "time-grunt": "1.4.0",

}
}
}
# Random data generator
[![npm](https://img.shields.io/npm/v/@travi/any.svg?maxAge=2592000)](https://www.npmjs.com/package/@travi/any)
[![license](https://img.shields.io/github/license/travi/any.svg)](LICENSE)
[![Build Status](https://img.shields.io/travis/travi/any.svg?style=flat)](https://travis-ci.org/travi/any)
[![Coverage Status](http://img.shields.io/coveralls/travi/any.svg?style=flat)](https://coveralls.io/r/travi/any?branch=master)
[![npm](https://img.shields.io/npm/v/@travi/any.svg?maxAge=2592000)](https://www.npmjs.com/package/@travi/any)
[![license](https://img.shields.io/github/license/travi/any.svg)](LICENSE)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

@@ -10,0 +11,0 @@

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