Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
#Node ETP
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
ETP is a proposed specification for streaming real-time data from oil field drilling and production facilities. It uses websockets for transport and Apache Avro for serialization. This node package contains:
#Prerequisites
#Installation
npm install node-etp
Clone the node folder from bitbucket.
c:\energistics\src\node-etp git clone https://bitbucket.org/energistics/node-etp.git
Install into your project directory c:\ralfdemo>npm install c:\energistics\src\node-etp
#Using the library.
var avro = require("node-etp").Avro;
var schemas = require("node-etp").Schemas;
console.dir(schemas);
c:\ralfdemo>node test
{ namespace: 'energistics',
protocol: 'exp',
version: '',
types:
[ { type: 'record',
namespace: 'Energistics.Datatypes',
name: 'ArrayOfDouble',
fields: [Object],
fullName: 'Energistics.Datatypes.ArrayOfDouble',
depends: [] },
{ type: 'record',
namespace: 'Energistics.Datatypes',
name: 'DateTime',
fields: [Object],
fullName: 'Energistics.Datatypes.DateTime',
depends: [] },
{ type: 'record',
namespace: 'Energistics.Datatypes',
name: 'DataValue',
fields: [Object],
fullName: 'Energistics.Datatypes.DataValue',
depends: [Object] },
etc...
FAQs
This is a javascript serialization implementation for the Energistics Transfer protocol (ETP).
The npm package node-etp receives a total of 1 weekly downloads. As such, node-etp popularity was classified as not popular.
We found that node-etp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.