New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-service-translate-browse-path

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-translate-browse-path - npm Package Compare versions

Comparing version 0.1.1-0 to 0.2.0

2

_generated_/_auto_generated_BrowsePath.js

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.945Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.977Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.477Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.962Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.461Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.933Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.446Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:25.902Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:26.049Z
"use strict";

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-15T21:13:57.508Z
// --------- This code has been automatically generated !!! 2018-01-23T21:10:26.057Z
"use strict";

@@ -3,0 +3,0 @@ /**

{
"name": "node-opcua-service-translate-browse-path",
"version": "0.1.1-0",
"version": "0.2.0",
"description": "pure nodejs OPCUA SDK - module -service-translate-browse-path",

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

"dependencies": {
"node-opcua-assert": "^0.1.1-0",
"node-opcua-basic-types": "^0.1.1-0",
"node-opcua-constants": "^0.1.1-0",
"node-opcua-data-model": "^0.1.1-0",
"node-opcua-factory": "^0.1.1-0",
"node-opcua-nodeid": "^0.1.1-0",
"node-opcua-service-secure-channel": "^0.1.1-0",
"node-opcua-assert": "^0.2.0",
"node-opcua-basic-types": "^0.2.0",
"node-opcua-constants": "^0.2.0",
"node-opcua-data-model": "^0.2.0",
"node-opcua-factory": "^0.2.0",
"node-opcua-nodeid": "^0.2.0",
"node-opcua-service-secure-channel": "^0.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-generator": "^0.1.1-0",
"should": "13.2.0",
"sinon": "^4.1.3"
"node-opcua-generator": "^0.2.0",
"should": "13.2.1",
"sinon": "^4.2.0"
},

@@ -27,0 +27,0 @@ "author": "Etienne Rossignon",

@@ -54,3 +54,14 @@ "use strict";

});
it("T3 should construct simple RelativePath for '<!HasSubtype>' ", function () {
var relativePath = makeRelativePath("<!HasSubtype>");
relativePath.elements.length.should.eql(1);
relativePath.elements[0].should.eql(new RelativePathElement({
referenceTypeId: resolveNodeId("HasSubtype"),
isInverse: true,
includeSubtypes: true,
targetName: new QualifiedName({})
}));
});
it("T4 should construct simple RelativePath for '<#HasChild>' ", function () {

@@ -57,0 +68,0 @@ var relativePath = makeRelativePath("<#HasChild>");

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