extra-utilities
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,0 +0,0 @@ (function(global, factory) { |
{ | ||
"name": "extra-utilities", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A collection of useful helper functions.", | ||
@@ -27,3 +27,3 @@ "main": "dist/extra-utilities.js", | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -38,5 +38,5 @@ "url": "https://github.com/nitro404/extra-utilities/issues" | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"gulp-fabricator": "^1.0.7" | ||
"chai": "^4.2.0", | ||
"gulp-fabricator": "^1.1.0" | ||
} | ||
} |
@@ -24,3 +24,3 @@ # Extra Utilities | ||
```javascript | ||
var utilities = require("extra-utilities"); | ||
const utilities = require("extra-utilities"); | ||
@@ -27,0 +27,0 @@ utilities.isBoolean(false); // => true |
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
266529