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

node-opcua-constants

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-constants - npm Package Compare versions

Comparing version 2.51.0 to 2.52.0

1

dist/index.js

@@ -16,5 +16,4 @@ "use strict";

*/
// @ts-ignore
__exportStar(require("./opcua_node_ids"), exports);
__exportStar(require("./aggregate_function_enum"), exports);
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "node-opcua-constants",
"version": "2.51.0",
"version": "2.52.0",
"description": "pure nodejs OPCUA SDK - module -constants",

@@ -8,3 +8,3 @@ "scripts": {

"build": "tsc -b",
"lint": "tslint -c tslint.json source/**/*.ts",
"lint": "eslint source/**/*.ts",
"test": ""

@@ -29,3 +29,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945"
"gitHead": "3ec6296e8fd4df0e05b9d887f0b7dd20113a9ce1"
}
/**
* @module node-opcua-constants
*/
// @ts-ignore
export * from "./opcua_node_ids";
export * from "./aggregate_function_enum";

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