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

request-crypto

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-crypto - npm Package Compare versions

Comparing version 1.4.9 to 1.4.10

dist/cryptoInstance/cryptoFn.d.ts

10

dist/index.d.ts

@@ -1,5 +0,5 @@

export { createRequestInstance } from './instance';
export { createCryptoAxiosInstance } from './cryptoInstance';
export { randomPassword } from './utils';
export { getCryptoInfo, getSm4EncryptConfig } from './sm';
export { shouldEncrypt } from './utils';
export { createRequestInstance } from './instance/instance';
export { createCryptoAxiosInstance } from './cryptoInstance/cryptoInstance';
export { randomPassword } from './helpers/utils';
export { getCryptoInfo, getSm4EncryptConfig } from './helpers/sm';
export { shouldEncrypt } from './helpers/utils';
{
"name": "request-crypto",
"description": "axios with crypto callback",
"version": "1.4.9",
"version": "1.4.10",
"main": "index.cjs.js",

@@ -6,0 +6,0 @@ "module": "index.esm.js",

{
"name": "request-crypto",
"version": "1.4.9",
"version": "1.4.10",
"description": "axios with crypto callback",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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