Comparing version 12.0.1 to 12.0.2
@@ -20,3 +20,4 @@ #!/usr/bin/env node | ||
{ name: 'quiet', default: false, boolean: true }, | ||
{ name: 'server', default: 'https://datproject.org/api/v1' } | ||
{ name: 'server', default: 'https://datproject.org/api/v1' }, | ||
{ name: 'verifyReplicationReads', default: true, boolean: true } | ||
], | ||
@@ -23,0 +24,0 @@ root: { |
@@ -8,2 +8,7 @@ # Change Log | ||
## 12.0.2 - 2016-02-08 | ||
### Fixed | ||
* Remove `hyperdrive-import-files` from dependencies (it is a dependency of `dat-node`). It was accidentally added. | ||
* Always verify on read to avoid replication errors. | ||
## 12.0.1 - 2016-02-07 | ||
@@ -10,0 +15,0 @@ ### Fixed |
{ | ||
"name": "dat", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"description": "Dat is the package manager for data. Easily share and version control data.", | ||
@@ -38,3 +38,2 @@ "keywords": [ | ||
"debug": "^2.4.5", | ||
"hyperdrive-import-files": "^2.9.0", | ||
"memdb": "^1.3.1", | ||
@@ -41,0 +40,0 @@ "mkdirp": "^0.5.1", |
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 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
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
113490
15
2382
- Removedhyperdrive-import-files@^2.9.0