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

drupal-auth-client

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drupal-auth-client - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

dist/index.d.ts

@@ -40,2 +40,5 @@ import type { Config, Options } from "./types";

export { drupalAuthClient };
/**
* @deprecated
*/
export default drupalAuthClient;

@@ -133,3 +133,6 @@ "use strict";

exports.drupalAuthClient = drupalAuthClient;
/**
* @deprecated
*/
exports.default = drupalAuthClient;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "drupal-auth-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "Drupal Auth Client",

@@ -5,0 +5,0 @@ "keywords": [

@@ -112,2 +112,5 @@ import fetch from "cross-fetch";

export default drupalAuthClient;
/**
* @deprecated
*/
export default drupalAuthClient;

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