Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@textile/security

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/security - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

dist/key.d.ts

11

CHANGELOG.md

@@ -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 @@

1

dist/index.d.ts

@@ -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

5

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc