msgpack-rpc-lite
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -18,13 +18,11 @@ { | ||
"--colors", | ||
"${workspaceFolder}/test" | ||
"-r", | ||
"ts-node/register", | ||
"test/**/*.ts", | ||
"-r", | ||
"source-map-support/register" | ||
], | ||
"internalConsoleOptions": "openOnSessionStart" | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "プログラムの起動", | ||
"program": "${workspaceFolder}/index.js" | ||
} | ||
] | ||
} |
{ | ||
"name": "msgpack-rpc-lite", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Implementation of MessagePack-RPC with msgpack-lite", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha" | ||
"test": "nyc -a -e '.ts' -r lcovonly -r text mocha -R spec --recursive -r ts-node/register \"test/**/*.ts\" -r source-map-support/register", | ||
"prepare": "tsc" | ||
}, | ||
@@ -29,2 +30,6 @@ "repository": { | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/msgpack-lite": "^0.1.6", | ||
"@types/node": "^9.4.7", | ||
"chai": "^4.1.2", | ||
@@ -36,4 +41,8 @@ "codacy-coverage": "^2.0.3", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"portfinder": "^1.0.13" | ||
"nyc": "^11.6.0", | ||
"portfinder": "^1.0.13", | ||
"source-map-support": "^0.5.4", | ||
"ts-node": "^5.0.1", | ||
"typescript": "^2.7.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
306420
8446
0
0
15