react-native-custom-alerts
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2270
12
2
0
2