node-opcua-binary-stream
Advanced tools
Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.8
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.0.0-alpha.7", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "mocha test", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"lint": "tslint source/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"colors": "^1.3.2", | ||
"node-opcua-assert": "^2.0.0-alpha.7", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.7", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/underscore": "^1.8.9", | ||
"node-opcua-benchmarker": "^2.0.0-alpha.7", | ||
"should": "13.2.3" | ||
}, | ||
"author": "Etienne Rossignon", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/node-opcua/node-opcua.git" | ||
}, | ||
"keywords": [ | ||
"OPCUA", | ||
"opcua", | ||
"m2m", | ||
"iot", | ||
"opc ua", | ||
"internet of things" | ||
], | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "af4f00cca7a45563e759c88afa21bba73152dd03" | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.0.0-alpha.8", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "mocha test", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"lint": "tslint source/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"colors": "^1.3.2", | ||
"node-opcua-assert": "^2.0.0-alpha.8", | ||
"node-opcua-buffer-utils": "^2.0.0-alpha.8", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/underscore": "^1.8.9", | ||
"node-opcua-benchmarker": "^2.0.0-alpha.8", | ||
"should": "13.2.3" | ||
}, | ||
"author": "Etienne Rossignon", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/node-opcua/node-opcua.git" | ||
}, | ||
"keywords": [ | ||
"OPCUA", | ||
"opcua", | ||
"m2m", | ||
"iot", | ||
"opc ua", | ||
"internet of things" | ||
], | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87311
26
1839