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

fictional

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fictional - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

7

CHANGELOG.md

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

### [0.8.3](https://github.com/oftherivier/fictional/compare/v0.8.2...v0.8.3) (2023-09-20)
### Bug Fixes
* Account for setKey() now supporting string inputs in typedefs ([d77a406](https://github.com/oftherivier/fictional/commit/d77a40699dfaec8bb656f4bdad24a29989f00084))
### [0.8.2](https://github.com/oftherivier/fictional/compare/v0.8.1...v0.8.2) (2023-09-13)

@@ -7,0 +14,0 @@

2

index.d.ts

@@ -31,3 +31,3 @@ export type JSONPrimitive = null | number | string | boolean

combine(a: number, b: number): number
setKey(key: HashKey): void
setKey(key: string | HashKey): void
generateKey(secret: string): HashKey

@@ -34,0 +34,0 @@ }

{
"name": "fictional",
"description": "Generate fake data deterministically from a given input",
"version": "0.8.2",
"version": "0.8.3",
"type": "commonjs",

@@ -6,0 +6,0 @@ "main": "index.js",

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