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

@skeletonizer/utils

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skeletonizer/utils - npm Package Compare versions

Comparing version 0.0.8-alpha.0 to 0.0.9-alpha.0

4

package.json
{
"name": "@skeletonizer/utils",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"description": "Utils for all skeletonizer packages",

@@ -55,3 +55,3 @@ "author": "Luka Varga",

},
"gitHead": "b62b4bb34e4e875e69e63b838fd15ce92750ffa7"
"gitHead": "0e08a76697be0fd52ee105c366bdca6c43145ce0"
}

@@ -135,1 +135,17 @@ # `@skeletonizer/utils`

Roughly speaking, the background colour of the skeletonized area transitions between the `primaryColor` and the `secondaryColor`.
## Contributing
Adjustments in this package have ramifications on all other packages, so please be careful when making changes.
- `npm install`
- adjust the code in the `packages/utils` directory
- run `npm run build` in the `packages/utils` directory
- adjust the code in adapter packages directories, if needed
- `npm run dev` in in each of the adapter packages directories to test the changes
- run `npm run build` in the root directory
- update readme files in the `packages/utils` and adapter packages directories
Before submitting a pull request, make sure to run the following commands in **root** directory:
- `npm run lint`
- `npm run type-check`
- `npm run coverage`
- `npm run build`
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