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

@pooltogether/utilities

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pooltogether/utilities - npm Package Compare versions

Comparing version 0.0.43 to 0.1.0

6

package.json
{
"name": "@pooltogether/utilities",
"version": "0.0.43",
"version": "0.1.0",
"description": "Shared utility functions across PoolTogether apps",

@@ -17,3 +17,5 @@ "main": "dist/index.js",

"reinstall": "rm -rf node_modules/ && rm -rf dist/ && yarn install",
"prepublish": "yarn build",
"prepublishOnly": "yarn build",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags && yarn gitwarn",
"gitwarn": "echo '*******************' && echo 'Please push your changes to Git' && echo '*******************'",
"test": "jest",

@@ -20,0 +22,0 @@ "testcov": "jest --coverage --coverageDirectory=coverage && open ./coverage/index.html",

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