machinepack-util
Advanced tools
Comparing version 2.1.1 to 3.0.1
{ | ||
"name": "machinepack-util", | ||
"version": "2.1.1", | ||
"version": "3.0.1", | ||
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.", | ||
@@ -13,6 +13,6 @@ "scripts": { | ||
], | ||
"author": "", | ||
"author": "Mike McNeil", | ||
"license": "MIT", | ||
"dependencies": { | ||
"machine": "^3.0.0", | ||
"machine": "^4.0.0", | ||
"lodash": "^2.4.1", | ||
@@ -24,3 +24,3 @@ "hat": "0.0.3", | ||
"type": "git", | ||
"url": "git@github.com:mikermcneil/machinepack-utilities.git" | ||
"url": "git@github.com:treelinehq/machinepack-util.git" | ||
}, | ||
@@ -46,3 +46,2 @@ "devDependencies": { | ||
"generate-random-integer", | ||
"Isitdefined_question", | ||
"add", | ||
@@ -57,6 +56,7 @@ "subtract", | ||
"hash-dictionary", | ||
"build-alphanumeric-string" | ||
"build-alphanumeric-string", | ||
"is-it-defined" | ||
], | ||
"testsUrl": "https://travis-ci.org/mikermcneil/machinepack-utilities" | ||
"testsUrl": "https://travis-ci.org/treelinehq/machinepack-util" | ||
} | ||
} |
@@ -11,3 +11,3 @@ <h1> | ||
## Installation [![NPM version](https://badge.fury.io/js/machinepack-util.svg)](http://badge.fury.io/js/machinepack-util) [![Build Status](https://travis-ci.org/mikermcneil/machinepack-util.png?branch=master)](https://travis-ci.org/mikermcneil/machinepack-util) | ||
## Installation [![NPM version](https://badge.fury.io/js/machinepack-util.svg)](http://badge.fury.io/js/machinepack-util) [![Build Status](https://travis-ci.org/treelinehq/machinepack-util.png?branch=master)](https://travis-ci.org/treelinehq/machinepack-util) | ||
@@ -14,0 +14,0 @@ ```sh |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
26616
51
994
2
+ Addedmachine@4.1.1(transitive)
- Removedmachine@3.0.4(transitive)
Updatedmachine@^4.0.0