Comparing version 2.6.0 to 2.6.1
@@ -804,3 +804,3 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"./":[function(require,module,exports){ | ||
if (!noAssert) | ||
checkIEEE754(this, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) | ||
checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) | ||
ieee754.write(buf, value, offset, littleEndian, 23, 4) | ||
@@ -807,0 +807,0 @@ return offset + 4 |
@@ -803,3 +803,3 @@ /*! | ||
if (!noAssert) | ||
checkIEEE754(this, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) | ||
checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) | ||
ieee754.write(buf, value, offset, littleEndian, 23, 4) | ||
@@ -806,0 +806,0 @@ return offset + 4 |
{ | ||
"name": "buffer", | ||
"description": "Node.js Buffer API, for the browser", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"author": { | ||
@@ -46,2 +46,3 @@ "name": "Feross Aboukhadijeh", | ||
"perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html", | ||
"perf-node": "node perf/comparison/bracket-notation.js && node perf/comparison/concat.js && node perf/comparison/copy-big.js && node perf/comparison/copy.js && node perf/comparison/new.js && node perf/comparison/readDoubleBE.js && node perf/comparison/readFloatBE.js && node perf/comparison/readUInt32LE.js && node perf/comparison/slice.js && node perf/comparison/writeFloatBE.js", | ||
"size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c" | ||
@@ -48,0 +49,0 @@ }, |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
17
2
504102
44
8945