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.5 to 0.3.6

24

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

@@ -12,3 +12,5 @@ "scripts": {

"test": "vitest",
"prepack": "npm run build"
"copy-package-json": "cp package.json dist/",
"publish-ready": "npm run build && npm run copy-package-json",
"publish-package": "npm run publish-ready && cd dist/ && npm publish"
},

@@ -50,17 +52,5 @@ "dependencies": {

],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"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"
}
}
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts"
}
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