Comparing version 1.0.5 to 1.0.6
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
factory(global.pvtsutils = {}); | ||
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict'; | ||
(global = global || self, factory(global.pvtsutils = {})); | ||
}(this, function (exports) { 'use strict'; | ||
@@ -7,0 +7,0 @@ function PrepareBuffer(buffer) { |
{ | ||
"name": "pvtsutils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.", | ||
@@ -43,14 +43,14 @@ "main": "dist/pvtsutils.js", | ||
"dependencies": { | ||
"@types/node": "^10.12.15", | ||
"tslib": "^1.9.3" | ||
"@types/node": "^10.14.17", | ||
"tslib": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"coveralls": "^3.0.2", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"rollup": "^0.68.0", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"ts-node": "^8.0.2", | ||
"typescript": "^3.2.2" | ||
"@types/mocha": "^5.2.7", | ||
"coveralls": "^3.0.6", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"rollup": "^1.20.3", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.6.2" | ||
}, | ||
@@ -57,0 +57,0 @@ "nyc": { |
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
17957
Updated@types/node@^10.14.17
Updatedtslib@^1.10.0