New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cord-sdk/server

Package Overview
Dependencies
Maintainers
3
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 0.0.1 to 0.0.2

dist/index.js.map

1

dist/index.js

@@ -45,1 +45,2 @@ 'use strict';

exports.getClientAuthToken = getClientAuthToken;
//# sourceMappingURL=index.js.map

19

package.json
{
"name": "@cord-sdk/server",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://docs.cord.com/",
"license": "MIT",
"files": [
"dist/"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"repository": {

@@ -11,6 +17,9 @@ "type": "git",

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": { "build": "rollup -c" },
"dependencies": { "jsonwebtoken": "^8.5.1" },
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"dependencies": {
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {

@@ -17,0 +26,0 @@ "@types/jsonwebtoken": "^8.5.8",

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