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

node-opcua-enum

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-enum - npm Package Compare versions

Comparing version 2.6.1 to 2.8.0

1

dist/enum.d.ts

@@ -62,2 +62,3 @@ /**

constructor(map: any);
get isFlaggable(): boolean;
/**

@@ -64,0 +65,0 @@ * Returns the appropriate EnumItem.

@@ -132,2 +132,5 @@ "use strict";

}
get isFlaggable() {
return this._isFlaggable;
}
/**

@@ -134,0 +137,0 @@ * Returns the appropriate EnumItem.

2

dist/index.js

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ /**

{
"name": "node-opcua-enum",
"version": "2.6.1",
"version": "2.8.0",
"description": "pure nodejs OPCUA SDK - module -enum",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b"
"gitHead": "e3b0892d751900c13898ca82be84bbfe66997f0c"
}

@@ -145,3 +145,6 @@ /**

}
public get isFlaggable() {
return this._isFlaggable;
}
/**

@@ -244,2 +247,3 @@ * Returns the appropriate EnumItem.

}

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