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

@cord-sdk/server

Package Overview
Dependencies
Maintainers
12
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cord-sdk/server - npm Package Compare versions

Comparing version 1.43.1 to 1.44.0

9

dist/cjs/index.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var jwt = require('jsonwebtoken');
var crypto = require('crypto');
function _interopNamespace(e) {
if (e && e.__esModule) return e;
function _interopNamespaceDefault(e) {
var n = Object.create(null);

@@ -22,7 +19,7 @@ if (e) {

}
n["default"] = e;
n.default = e;
return Object.freeze(n);
}
var jwt__namespace = /*#__PURE__*/_interopNamespace(jwt);
var jwt__namespace = /*#__PURE__*/_interopNamespaceDefault(jwt);

@@ -29,0 +26,0 @@ function getClientAuthToken(project_id, project_secret, payload, options = {}) {

{
"name": "@cord-sdk/server",
"description": "Server-side portion of the Cord SDK",
"version": "1.43.1",
"version": "1.44.0",
"homepage": "https://docs.cord.com/",

@@ -25,3 +25,3 @@ "license": "MIT",

"devDependencies": {
"@cord-sdk/types": "1.43.1",
"@cord-sdk/types": "1.44.0",
"@types/jsonwebtoken": "^8.5.9",

@@ -28,0 +28,0 @@ "typescript": "~5.1.6"

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