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

deverything

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deverything - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

package.json
{
"name": "deverything",
"version": "0.0.2",
"version": "0.1.0",
"description": "Everything you need for Dev",

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

@@ -7,3 +7,3 @@ # DEVerything

- **one package**: say goodbye to installing lodash, faker, this and that and the other one.
- **1 package**: say goodbye to installing lodash, faker, this and that and the other one.
- **0 dependencies**: keep it simple and lightweight.

@@ -18,18 +18,30 @@ - **Pick the best**: the code is minimal and uses the best current practices and performance.

- `isBrowser`
- `isClient`
- `isEmpty`
- `isJsDate`
- `isObject`
- `isServer`
- `isStringDate`
- `isBrowser()`
- `isClient()`
- `isEmpty()`
- `isJsDate()`
- `isObject()`
- `isServer()`
- `isStringDate()`
### Helpers
- `parseDate`
- `parseDate(date: Date | string | number): Date`
### Random data generators
These functions are optimised for low entropy random data generation useful for Unit Testing, Storybook, Pass real validations, Reverse hacking, Penetration testing...
These functions are optimized for low entropy random data generation useful for Unit Testing, Storybook, Pass real validations, Reverse hacking, Penetration testing...
- `randomInt`
- `randomAddress(): { city: string, country: string, street: string, number: number, zip: string}`
- `randomArrayItem()`
- `randomBool()`
- `randomDate()`
- `randomFutureDate()`
- `randomPastDate()`
- `randomEmail()`
- `randomInt()`
- `randomName()`
- `randomFirstName()`
- `randomLastName()`
- `randomFullName()`
- `randomHandle()`
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