Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "redisparse", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Streaming Redis response parser", | ||
@@ -17,2 +17,5 @@ "main": "parser.js", | ||
], | ||
"scripts": { | ||
"test": "node test" | ||
}, | ||
"author": "Tõnis Tiigi <tonistiigi@gmail.com>", | ||
@@ -24,4 +27,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"optimist": "~0.3.5" | ||
"optimist": "~0.3.5", | ||
"JSONStream": "~0.4.2", | ||
"v8-profiler": "~3.6.2-1", | ||
"archy": "0.0.2" | ||
} | ||
} |
@@ -191,2 +191,4 @@ var EventEmitter = require('events').EventEmitter | ||
exports.Parser = Parser | ||
exports.Parser = Parser | ||
exports.name = 'redisparse' |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://secure.travis-ci.org/tonistiigi/redisparse.png)](http://travis-ci.org/tonistiigi/redisparse) | ||
## redisparse | ||
@@ -2,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
251181
57
1331
43
4
1
8
4