Socket
Socket
Sign inDemoInstall

node-opcua-buffer-utils

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-buffer-utils - npm Package Compare versions

Comparing version 2.51.0 to 2.52.0

2

dist/buffer_utils.d.ts

@@ -5,3 +5,3 @@ /***

/// <reference types="node" />
export declare const createFastUninitializedBuffer: Function;
export declare const createFastUninitializedBuffer: (size: number) => Buffer;
/**

@@ -8,0 +8,0 @@ * @method makeBuffer

{
"name": "node-opcua-buffer-utils",
"version": "2.51.0",
"version": "2.52.0",
"description": "pure nodejs OPCUA SDK - module -buffer-utils",

@@ -11,3 +11,3 @@ "main": "./dist/index.js",

"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "tslint source/**/*.ts"
"lint": "eslint source/**/*.ts"
},

@@ -17,6 +17,6 @@ "author": "Etienne Rossignon",

"dependencies": {
"node-opcua-assert": "2.51.0"
"node-opcua-assert": "2.52.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.51.0"
"node-opcua-benchmarker": "2.52.0"
},

@@ -36,3 +36,3 @@ "repository": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945"
"gitHead": "3ec6296e8fd4df0e05b9d887f0b7dd20113a9ce1"
}

@@ -14,7 +14,3 @@ /***

// tslint:disable-next-line:ban-types
export const createFastUninitializedBuffer: Function =
Buffer.allocUnsafe
/* ? Buffer.allocUnsafe : (size: number) => {
return new Buffer(size);
}*/;
export const createFastUninitializedBuffer = Buffer.allocUnsafe;

@@ -21,0 +17,0 @@ /**

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc