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

@gluestack-ui/alert

Package Overview
Dependencies
Maintainers
16
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluestack-ui/alert - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

lib/Alert.d.ts

45

package.json
{
"name": "@gluestack-ui/alert",
"version": "0.1.15",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"version": "0.1.16",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"typings": "lib/typescript/index.d.ts",
"typings": "lib/index.d.ts",
"description": "A universal headless Alert component for React Native, Next.js & React",

@@ -26,5 +26,6 @@ "keywords": [

"scripts": {
"prepare": "bob build",
"prepare": "tsc",
"release": "release-it",
"build": "bob build",
"watch": "tsc --watch",
"build": "tsc",
"clean": "rm -rf lib",

@@ -44,3 +45,3 @@ "dev:web": "cd example/native && yarn web --clear",

"tsconfig": "7",
"typescript": "^4.9.4"
"typescript": "^5.6.3"
},

@@ -57,13 +58,2 @@ "dependencies": {},

},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
[
"module"
],
"typescript"
]
},
"files": [

@@ -88,20 +78,3 @@ "lib/",

]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
}
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