Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-service-history

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-history - npm Package Compare versions

Comparing version 2.65.1 to 2.66.0

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

32

package.json
{
"name": "node-opcua-service-history",
"version": "2.65.1",
"version": "2.66.0",
"description": "pure nodejs OPCUA SDK - module -service-history",
"scripts": {
"test": "mocha",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"clean": "npx rimraf dist *.tsbuildinfo",
"build": "tsc -b"

@@ -13,17 +13,17 @@ },

"dependencies": {
"node-opcua-assert": "2.64.1",
"node-opcua-basic-types": "2.64.1",
"node-opcua-binary-stream": "2.64.1",
"node-opcua-data-model": "2.64.1",
"node-opcua-data-value": "2.64.1",
"node-opcua-extension-object": "2.64.1",
"node-opcua-factory": "2.64.1",
"node-opcua-nodeid": "2.64.1",
"node-opcua-service-filter": "2.65.1",
"node-opcua-service-secure-channel": "2.65.1",
"node-opcua-types": "2.65.1"
"node-opcua-assert": "2.66.0",
"node-opcua-basic-types": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-data-model": "2.66.0",
"node-opcua-data-value": "2.66.0",
"node-opcua-extension-object": "2.66.0",
"node-opcua-factory": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-service-filter": "2.66.0",
"node-opcua-service-secure-channel": "2.66.0",
"node-opcua-types": "2.66.0"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.64.1",
"node-opcua-service-read": "2.65.1"
"node-opcua-packet-analyzer": "2.66.0",
"node-opcua-service-read": "2.66.0"
},

@@ -45,3 +45,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
}

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