Socket
Socket
Sign inDemoInstall

reusable

Package Overview
Dependencies
38
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

<a name="1.0.1"></a>
# 1.0.1 (March 3rd, 2020)
* Added description, homepage, license, keywords to package json
<a name="1.0.0"></a>

@@ -2,0 +6,0 @@ # 1.0.0 (Feb 17th, 2020)

11

package.json
{
"name": "reusable",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/reusablejs/reusable",
"version": "1.0.1",
"description": "Reusable is a library for state management using React hooks",
"license": "MIT",
"keywords": ["react", "hooks", "state management", "react hooks", "store"],
"main": "dist/index.js",

@@ -50,3 +52,4 @@ "source": "src/index.ts",

"docs:dev": "cd website && npm start",
"test": "jest"
"test": "jest",
"prepublishOnly": "npm run build && npm test"
},

@@ -53,0 +56,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc