Comparing version 1.11.7 to 1.12.0
@@ -29,2 +29,3 @@ var NATIVE = require('./native') | ||
var _HexN = _LengthN.bind(null, Hex) | ||
var _StringN = _LengthN.bind(null, NATIVE.String) | ||
@@ -59,2 +60,3 @@ var UINT53_MAX = Math.pow(2, 53) - 1 | ||
Int32: Int32, | ||
StringN: _StringN, | ||
UInt8: UInt8, | ||
@@ -61,0 +63,0 @@ UInt16: UInt16, |
{ | ||
"name": "typeforce", | ||
"version": "1.11.7", | ||
"version": "1.12.0", | ||
"description": "Another biased type checking solution for Javascript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15953
348