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

react-native-custom-alerts

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-custom-alerts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

26

package.json
{
"name": "react-native-custom-alerts",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library to define alerts to be used all accoss an application.",

@@ -12,14 +12,10 @@ "main": "lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"_postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git@github.com-work:aspect-apps/react-native-custom-alerts.git"
"url": "git+https://github.com/aspect-apps/react-native-custom-alerts.git"
},

@@ -33,10 +29,16 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/react-native": "^0.63.8",
"prettier": "^2.0.5",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"react-native": "^0.63.2",
"semantic-release": "^17.4.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.2"
"typescript": "^4.3.2"
},
"dependencies": {}
}

@@ -14,3 +14,3 @@ # React Native Custom Alerts

```sh
yarn add react-native-navigation-drawer-extension
yarn add react-native-custom-alerts
```

@@ -17,0 +17,0 @@

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