node-opcua-buffer-utils
Advanced tools
Comparing version 2.133.0 to 2.139.0
/*** | ||
* @module node-opcua-buffer-utils | ||
*/ | ||
export declare const createFastUninitializedBuffer: (size: number) => Buffer; | ||
export declare const createFastUninitializedBuffer: (size: number) => Buffer<ArrayBuffer>; | ||
/** | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "node-opcua-buffer-utils", | ||
"version": "2.133.0", | ||
"version": "2.139.0", | ||
"description": "pure nodejs OPCUA SDK - module buffer-utils", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"test": "mocha", | ||
"clean": "npx rimraf node_modules dist *.tsbuildinfo", | ||
"clean": "npx rimraf -g node_modules dist *.tsbuildinfo", | ||
"lint": "eslint source/**/*.ts" | ||
@@ -17,3 +17,3 @@ }, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.133.0" | ||
"node-opcua-benchmarker": "2.139.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"gitHead": "b7a01d31c7602d323e60a5f4a54428199a266f29", | ||
"files": [ | ||
@@ -36,0 +36,0 @@ "dist", |
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
7042