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.4 to 0.8.5

8

index.d.ts

@@ -737,1 +737,9 @@ export type JSONPrimitive = null | number | string | boolean

]
declare const expandRange: (a: number, b: number) => number[]
export { expandRange }
declare const fromCodePoint: (codePoint: number) => string
export { fromCodePoint }

3

index.js

@@ -20,1 +20,4 @@ exports.hash = require('./hash')

exports.dateString = require('./dateString')
exports.expandRange = require('./utils/expandRange')
exports.fromCodePoint = require('./utils/fromCodePoint')

2

package.json
{
"name": "fictional",
"description": "Generate fake data deterministically from a given input",
"version": "0.8.4",
"version": "0.8.5",
"type": "commonjs",

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

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