Socket
Socket
Sign inDemoInstall

stytch

Package Overview
Dependencies
Maintainers
7
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stytch - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

lib/stytchRequest.js
'use strict';
const axios = require('axios');
const pjson = require('../package.json');

@@ -48,3 +49,6 @@ const StytchError = require('./stytchError');

responseType: 'json',
headers: {"Content-Type": "application/json"}
headers: {
"Content-Type": "application/json",
"User-Agent": "Stytch Node v" + pjson.version
}
};

@@ -51,0 +55,0 @@

2

package.json
{
"name": "stytch",
"version": "1.2.1",
"version": "1.2.2",
"description": "A wrapper for the Stytch API",

@@ -5,0 +5,0 @@ "main": "lib/stytch.js",

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