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.128.0 to 2.133.0

12

dist/enum.d.ts

@@ -7,4 +7,2 @@ /**

* Represents an Item of an Enum.
*
* @class Enum
*/

@@ -22,3 +20,3 @@ export declare class EnumItem {

* Checks if the EnumItem is the same as the passing object.
* @method is
*
* @param {EnumItem | String | Number} item The object to check with.

@@ -30,3 +28,3 @@ * @return {Boolean} The check result.

* Checks if the flagged EnumItem has the passing object.
* @method has
*
* @param {EnumItem | String |Number} value The object to check with.

@@ -38,3 +36,3 @@ * @return {Boolean} The check result.

* Returns String representation of this EnumItem.
* @method toString
*
* @return {String} String representation of this EnumItem.

@@ -45,3 +43,2 @@ */

* Returns JSON object representation of this EnumItem.
* @method toJSON
* @return {String} JSON object representation of this EnumItem.

@@ -52,3 +49,2 @@ */

* Returns the value to compare with.
* @method valueOf
* @return {String} The value to compare with.

@@ -75,3 +71,3 @@ */

* Returns the appropriate EnumItem.
* @method get
* @param key The object to get with.

@@ -78,0 +74,0 @@ * @return the get result.

@@ -13,4 +13,2 @@ "use strict";

* Represents an Item of an Enum.
*
* @class Enum
*/

@@ -29,3 +27,3 @@ class EnumItem {

* Checks if the EnumItem is the same as the passing object.
* @method is
*
* @param {EnumItem | String | Number} item The object to check with.

@@ -47,3 +45,3 @@ * @return {Boolean} The check result.

* Checks if the flagged EnumItem has the passing object.
* @method has
*
* @param {EnumItem | String |Number} value The object to check with.

@@ -65,3 +63,3 @@ * @return {Boolean} The check result.

* Returns String representation of this EnumItem.
* @method toString
*
* @return {String} String representation of this EnumItem.

@@ -74,3 +72,2 @@ */

* Returns JSON object representation of this EnumItem.
* @method toJSON
* @return {String} JSON object representation of this EnumItem.

@@ -83,3 +80,2 @@ */

* Returns the value to compare with.
* @method valueOf
* @return {String} The value to compare with.

@@ -159,3 +155,3 @@ */

* Returns the appropriate EnumItem.
* @method get
* @param key The object to get with.

@@ -162,0 +158,0 @@ * @return the get result.

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

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

"enum": "3.0.4",
"node-opcua-benchmarker": "2.128.0"
"node-opcua-benchmarker": "2.133.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b",
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
"files": [

@@ -36,0 +36,0 @@ "dist",

@@ -10,4 +10,2 @@ /**

* Represents an Item of an Enum.
*
* @class Enum
*/

@@ -30,3 +28,3 @@ export class EnumItem {

* Checks if the EnumItem is the same as the passing object.
* @method is
*
* @param {EnumItem | String | Number} item The object to check with.

@@ -47,3 +45,3 @@ * @return {Boolean} The check result.

* Checks if the flagged EnumItem has the passing object.
* @method has
*
* @param {EnumItem | String |Number} value The object to check with.

@@ -64,3 +62,3 @@ * @return {Boolean} The check result.

* Returns String representation of this EnumItem.
* @method toString
*
* @return {String} String representation of this EnumItem.

@@ -74,3 +72,2 @@ */

* Returns JSON object representation of this EnumItem.
* @method toJSON
* @return {String} JSON object representation of this EnumItem.

@@ -85,3 +82,2 @@ */

* Returns the value to compare with.
* @method valueOf
* @return {String} The value to compare with.

@@ -174,3 +170,3 @@ */

* Returns the appropriate EnumItem.
* @method get
* @param key The object to get with.

@@ -177,0 +173,0 @@ * @return the get result.

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