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 2.0.6 to 2.0.7

4

lib/any.cjs.js

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

if (i % 2) {
ownKeys(source, true).forEach(function (key) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);

@@ -50,3 +50,3 @@ });

} else {
ownKeys(source).forEach(function (key) {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));

@@ -53,0 +53,0 @@ });

@@ -39,3 +39,3 @@ import Chance from 'chance';

if (i % 2) {
ownKeys(source, true).forEach(function (key) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);

@@ -46,3 +46,3 @@ });

} else {
ownKeys(source).forEach(function (key) {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));

@@ -49,0 +49,0 @@ });

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

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

"dependencies": {
"chance": "1.1.3",
"chance": "1.1.4",
"debug": "4.1.1",

@@ -58,14 +58,14 @@ "lodash": "4.17.15",

"devDependencies": {
"@babel/plugin-transform-exponentiation-operator": "7.2.0",
"@babel/register": "7.6.2",
"@travi/babel-preset": "3.0.2",
"@travi/eslint-config-travi": "1.8.5",
"@babel/plugin-transform-exponentiation-operator": "7.7.4",
"@babel/register": "7.7.4",
"@travi/babel-preset": "3.0.7",
"@travi/eslint-config-travi": "1.8.7",
"chai": "4.2.0",
"commitlint-config-travi": "1.3.4",
"coveralls": "3.0.6",
"coveralls": "3.0.9",
"cz-conventional-changelog": "3.0.2",
"formatio": "1.2.0",
"globstar": "1.0.0",
"husky": "3.0.8",
"mocha": "6.2.1",
"husky": "3.1.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",

@@ -76,7 +76,7 @@ "nyc": "14.1.1",

"referee-sinon": "1.0.3",
"remark-cli": "7.0.0",
"remark-preset-lint-travi": "1.2.1",
"remark-cli": "7.0.1",
"remark-preset-lint-travi": "1.3.0",
"remark-toc": "6.0.0",
"rimraf": "3.0.0",
"rollup": "1.23.1",
"rollup": "1.27.8",
"rollup-plugin-auto-external": "2.0.0",

@@ -83,0 +83,0 @@ "rollup-plugin-babel": "4.3.3",

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