node-opcua-assert
Advanced tools
Comparing version 2.63.0 to 2.64.0
{ | ||
"name": "node-opcua-assert", | ||
"version": "2.63.0", | ||
"description": "pure nodejs OPCUA SDK - module -assert", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"test": "echo nothing to do", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"lint": "eslint source/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"better-assert": "^1.0.2", | ||
"chalk": "4.1.2" | ||
}, | ||
"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": "df4335584455009c6caa21ed6a2fa42caa9104ed" | ||
} | ||
"name": "node-opcua-assert", | ||
"version": "2.64.0", | ||
"description": "pure nodejs OPCUA SDK - module -assert", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"better-assert": "^1.0.2", | ||
"chalk": "4.1.2" | ||
}, | ||
"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": "e4d73afdfcccb3491423149d9b9785888f4ebb3c", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"test": "echo nothing to do", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"lint": "eslint source/**/*.ts" | ||
} | ||
} |
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
4840