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

node-opcua-schemas

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-schemas - npm Package Compare versions

Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.18

dist/source/dynamic_extension_object.d.ts

20

package.json
{
"name": "node-opcua-schemas",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.18",
"description": "pure nodejs OPCUA SDK - module -schemas",
"main": "index.js",
"main": "dist/source/index.js",
"types": "dist/source/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo no test"

@@ -11,5 +13,13 @@ },

"node-opcua-assert": "^2.0.0-alpha.10",
"node-opcua-factory": "^2.0.0-alpha.13",
"node-opcua-nodeid": "^2.0.0-alpha.13"
"node-opcua-binary-stream": "^2.0.0-alpha.18",
"node-opcua-data-model": "^2.0.0-alpha.18",
"node-opcua-debug": "^2.0.0-alpha.18",
"node-opcua-extension-object": "^2.0.0-alpha.18",
"node-opcua-factory": "^2.0.0-alpha.18",
"node-opcua-nodeid": "^2.0.0-alpha.18",
"node-opcua-xml2json": "^2.0.0-alpha.18"
},
"devDependencies": {
"node-opcua-packet-analyzer": "^2.0.0-alpha.18"
},
"author": "Etienne Rossignon",

@@ -30,3 +40,3 @@ "license": "MIT",

"homepage": "http://node-opcua.github.io/",
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505"
"gitHead": "a92d7f1be990cfaadd5f52560e2454e252b0b081"
}
{
"extends" : "../tsconfig.json",
"compilerOptions": {
"rootDir": "source",
"rootDir": ".",
"outDir": "dist"
}
},
"files": [ "source/index.ts"]
}
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