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

@ngneat/falso

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/falso - npm Package Compare versions

Comparing version

to
7.2.0

{
"name": "@ngneat/falso",
"version": "7.1.1",
"version": "7.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "All the Fake Data for All Your Real Needs",

@@ -22,3 +22,3 @@ <p align="center">

✅ &nbsp;202 Functions
✅ &nbsp;203 Functions
✅ &nbsp;Tree Shakable

@@ -32,2 +32,22 @@ ✅ &nbsp;Fully Typed

## Sponsoring ngneat
[Sponsorships](https://github.com/sponsors/ngneat) aid in the continued development and maintenance of ngneat libraries. Consider asking your company to sponsor ngneat as its core to their business and application development.
### Gold Sponsors
Elevate your support by becoming a Gold Sponsor and have your logo prominently featured on our README in the top 5 repositories.
### Silver Sponsors
Boost your backing by becoming a Gold Sponsor and enjoy the spotlight with your logo prominently showcased in the top 3 repositories on our README.
### Bronze Sponsors
<a href="https://houseofangular.io" target="_blank">
<img src="https://github.com/ngrx/platform/blob/main/projects/ngrx.io/src/assets/images/sponsors/house-of-angular.png" width="50px" height="50px" alt="House of Angular" />
</a>
Become a bronze sponsor and get your logo on our README on GitHub.
## StackBlitz

@@ -34,0 +54,0 @@

@@ -23,3 +23,4 @@ export { randAbbreviation } from './lib/abbreviation';

export { randBitcoinAddress } from './lib/bitcoin-address';
export { randBook, Book } from './lib/book';
export { randBook } from './lib/book';
export type { Book } from './lib/book';
export { randBoolean } from './lib/boolean';

@@ -127,5 +128,7 @@ export { randBrand } from './lib/brand';

export { randPort } from './lib/port';
export { randPost, Post } from './lib/post';
export { randPost } from './lib/post';
export type { Post } from './lib/post';
export { randPriority } from './lib/priority';
export { randProduct, Product } from './lib/product';
export { randProduct } from './lib/product';
export type { Product } from './lib/product';
export { randProductAdjective } from './lib/product-adjective';

@@ -144,2 +147,3 @@ export { randProductCategory } from './lib/product-category';

export { randRecentDate } from './lib/recent-date';
export { randResolution } from './lib/resolution';
export { randRgb } from './lib/rgb';

@@ -165,3 +169,4 @@ export { randRole } from './lib/role';

export { randSubscriptionPlan } from './lib/subscription-plan';
export { randSuperhero, SuperheroEntity } from './lib/superhero';
export { randSuperhero } from './lib/superhero';
export type { SuperheroEntity } from './lib/superhero';
export { randSuperheroName } from './lib/superhero-name';

@@ -172,6 +177,8 @@ export { randSvg } from './lib/svg';

export { randTimeZone } from './lib/time-zone';
export { randTodo, Todo } from './lib/todo';
export { randTodo } from './lib/todo';
export type { Todo } from './lib/todo';
export { randTransactionType } from './lib/transaction-type';
export { randUrl } from './lib/url';
export { randUser, User } from './lib/user';
export { randUser } from './lib/user';
export type { User } from './lib/user';
export { randUserAgent } from './lib/user-agent';

@@ -191,3 +198,4 @@ export { randUserName } from './lib/user-name';

export { randSong } from './lib/song';
export { randAddress, Address } from './lib/address';
export { randAddress } from './lib/address';
export type { Address } from './lib/address';
export { randFullAddress } from './lib/full-address';

@@ -199,3 +207,4 @@ export { randJSON } from './lib/json';

export { randAirline } from './lib/airline';
export { randFlightDetails, FlightDetails } from './lib/flight-details';
export { randFlightDetails } from './lib/flight-details';
export type { FlightDetails } from './lib/flight-details';
export { randSeatNumber } from './lib/seat-number';

@@ -205,5 +214,8 @@ export { randAirport } from './lib/airport';

export { randAirportCode } from './lib/airport-code';
export { randCreditCard, CreditCard } from './lib/credit-card';
export { incrementalNumber, IncrementalNumberOptions, } from './lib/factories/incremental-number';
export { incrementalDate, IncrementalDateOptions, } from './lib/factories/incremental-date';
export { randCreditCard } from './lib/credit-card';
export type { CreditCard } from './lib/credit-card';
export { incrementalNumber } from './lib/factories/incremental-number';
export type { IncrementalNumberOptions } from './lib/factories/incremental-number';
export { incrementalDate } from './lib/factories/incremental-date';
export type { IncrementalDateOptions } from './lib/factories/incremental-date';
export { randAggregation } from './lib/aggregation';

@@ -210,0 +222,0 @@ export { randChanceBoolean } from './lib/chance-boolean';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display