buffer-alloc
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -12,3 +12,3 @@ var bufferFill = require('buffer-fill') | ||
} | ||
if (Buffer.alloc) { | ||
@@ -15,0 +15,0 @@ return Buffer.alloc(size, fill, encoding) |
{ | ||
"name": "buffer-alloc", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
"repository": "LinusU/buffer-alloc", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
@@ -10,4 +13,4 @@ "test": "standard && node test" | ||
"dependencies": { | ||
"buffer-alloc-unsafe": "^0.1.0", | ||
"buffer-fill": "^0.1.0" | ||
"buffer-alloc-unsafe": "^1.1.0", | ||
"buffer-fill": "^1.0.0" | ||
}, | ||
@@ -14,0 +17,0 @@ "devDependencies": { |
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
2274
3
24
+ Addedbuffer-alloc-unsafe@1.1.0(transitive)
+ Addedbuffer-fill@1.0.0(transitive)
- Removedbuffer-alloc-unsafe@0.1.1(transitive)
- Removedbuffer-fill@0.1.1(transitive)
Updatedbuffer-alloc-unsafe@^1.1.0
Updatedbuffer-fill@^1.0.0