@textile/security
Advanced tools
Comparing version 0.2.8 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.3.0](https://github.com/textileio/js-threads/compare/@textile/security@0.2.7...@textile/security@0.3.0) (2020-09-24) | ||
### Features | ||
* deprecate threads-core, move threadkey to security ([63152f2](https://github.com/textileio/js-threads/commit/63152f2514ae01a6ca539948104c8c32dd0c1503)) | ||
## [0.2.8](https://github.com/textileio/js-threads/compare/@textile/security@0.2.7...@textile/security@0.2.8) (2020-09-23) | ||
@@ -8,0 +19,0 @@ |
@@ -110,1 +110,2 @@ /** | ||
export declare const expirationError: Error; | ||
export * from "./key"; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -95,2 +105,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
exports.expirationError = new Error("Auth expired. Consider calling withKeyInfo or withAPISig to refresh."); | ||
__exportStar(require("./key"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@textile/security", | ||
"version": "0.2.8", | ||
"version": "0.3.0", | ||
"description": "Common types/interfaces for Textile security including authentication and authorization.", | ||
@@ -27,2 +27,3 @@ "main": "dist/index", | ||
"dependencies": { | ||
"@consento/sync-randombytes": "^1.0.5", | ||
"@types/multibase": "^0.6.0", | ||
@@ -32,3 +33,3 @@ "fast-sha256": "^1.3.0", | ||
}, | ||
"gitHead": "148d04d3e8ee24d06e4b2aca97e87e1fd154bc36" | ||
"gitHead": "27b51a113883ed775c9a4eb6168e7bc92448ab2f" | ||
} |
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
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
30378
10
360
4
+ Added@consento/sync-randombytes@1.0.5(transitive)
+ Addedseedrandom@3.0.5(transitive)