Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@culturehq/hooks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/hooks - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/hooks.js

9

CHANGELOG.md

@@ -9,2 +9,8 @@ # Changelog

## [0.1.1] - 2019-06-27
### Changed
- Fix up build script.
## [0.1.0] - 2019-06-25

@@ -16,3 +22,4 @@

[unreleased]: https://github.com/CultureHQ/hooks/compare/v0.1.0...HEAD
[unreleased]: https://github.com/CultureHQ/hooks/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/CultureHQ/hooks/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/CultureHQ/hooks/compare/fd80f4...v0.1.0

5

package.json
{
"name": "@culturehq/hooks",
"version": "0.1.0",
"version": "0.1.1",
"description": "A set of reusable react hooks",

@@ -8,4 +8,5 @@ "main": "dist/main.js",

"scripts": {
"build": "babel src --out-dir ./dist --ignore '**/__tests__'",
"lint": "chq-scripts lint",
"prepublishOnly": "rm -rf dist && mkdir dist && yarn babel --out-file dist/main.js --ignore '**/__tests__' src",
"prepublishOnly": "rm -rf dist && mkdir dist && yarn build",
"test": "chq-scripts test"

@@ -12,0 +13,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