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.0 to 0.8.1

2

CHANGELOG.md

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

### [0.8.1](https://github.com/oftherivier/fictional/compare/v0.8.0...v0.8.1) (2023-01-04)
### [0.7.7](https://github.com/oftherivier/fictional/compare/v0.7.6...v0.7.7) (2022-10-27)

@@ -7,0 +9,0 @@

@@ -43,2 +43,3 @@ var unsafeFastHash = require('fnv-plus').fast1a52

// eslint-disable-next-line es5/no-generators
function* sequenceHash(initial) {

@@ -45,0 +46,0 @@ var current = initial

3

package.json
{
"name": "fictional",
"description": "Generate fake data deterministically from a given input",
"version": "0.8.0",
"version": "0.8.1",
"type": "commonjs",
"main": "index.js",
"types": "./index.d.ts",
"exports": {

@@ -8,0 +9,0 @@ "import": "./index.mjs",

var hash = require('./hash')
var hash2 = hash.hash2
var fit = require('./utils/fit')

@@ -4,0 +3,0 @@

var hash = require('./hash')
var hash2 = hash.hash2
var resolve = require('./utils/resolve')

@@ -4,0 +3,0 @@

@@ -199,3 +199,3 @@ var hash = require('../hash')

var id = hash(id)
id = hash(id)

@@ -202,0 +202,0 @@ var letter = wordLen === 1 ? word : word[i]

var hash = require('./hash')
var hash2 = hash.hash2
var conj = require('./utils/conj')

@@ -4,0 +3,0 @@ var fit = require('./utils/fit')

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

Sorry, the diff of this file is not supported yet

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