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

@airstack/airstack-react

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airstack/airstack-react - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

15

package.json
{
"name": "@airstack/airstack-react",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",

@@ -49,4 +49,4 @@ "scripts": {

],
"main": "./dist/airstack-web-sdk.umd.js",
"module": "./dist/airstack-web-sdk.es.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -56,6 +56,11 @@ "exports": {

"types": "./dist/index.d.ts",
"import": "./dist/airstack-web-sdk.es.js",
"require": "./dist/airstack-web-sdk.umd.js"
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"import": "./dist/hooks/index.js",
"require": "./dist/hooks/index.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