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

@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 1.2.1 to 1.2.2

2

lib/any.cjs.js

@@ -56,3 +56,3 @@ 'use strict';

for (var i = 0; i < size; i += 1) {
object[word()] = string();
object[word({ syllables: 3 })] = string();
}

@@ -59,0 +59,0 @@

@@ -52,3 +52,3 @@ import _ from 'lodash';

for (var i = 0; i < size; i += 1) {
object[word()] = string();
object[word({ syllables: 3 })] = string();
}

@@ -55,0 +55,0 @@

{
"name": "@travi/any",
"version": "1.2.1",
"version": "1.2.2",
"description": "random data generator for when test data is insignificant",

@@ -46,3 +46,3 @@ "main": "lib/any.cjs.js",

"devDependencies": {
"@travi/eslint-config-travi": "1.2.15",
"@travi/eslint-config-travi": "1.2.19",
"babel-cli": "6.24.1",

@@ -68,3 +68,3 @@ "babel-plugin-transform-exponentiation-operator": "6.24.1",

"rimraf": "2.6.1",
"rollup": "0.42.0",
"rollup": "0.45.0",
"rollup-plugin-babel": "2.7.1",

@@ -71,0 +71,0 @@ "semantic-release": "6.3.6",

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