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

bananahooks

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bananahooks - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

package.json
{
"name": "bananahooks",
"version": "0.1.0",
"version": "0.1.1",
"private": false,

@@ -15,3 +15,3 @@ "author": "https://juliangaramendy.dev",

],
"main" : "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",

@@ -37,4 +37,3 @@ "scripts": {

],
"dependencies": {
},
"dependencies": {},
"peerDependencies": {

@@ -41,0 +40,0 @@ "react": "^16.8.0",

@@ -11,9 +11,8 @@ # Bananahooks

For now you can install from GitHub:
```
npm install https://github.com/JulianG/hooks.git
npm install bananahooks
```
or
```
yarn add https://github.com/JulianG/hooks.git
yarn add bananahooks
```

@@ -23,6 +22,19 @@

* yarn install
* yarn test
* yarn build
```
yarn install
yarn test
yarn build
```
### Releases
```
yarn build
npm version [patch|minor|major]
npm publish
```
----

@@ -29,0 +41,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