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

@flourish/interpreter

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/interpreter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

interpreter.js

5

package.json
{
"name": "@flourish/interpreter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Does a best guess at the type of data supplied",
"main": "src/index.js",
"main": "interpreter.js",
"module": "src/index.js",
"scripts": {

@@ -7,0 +8,0 @@ "build": "rollup -c",

@@ -0,8 +1,11 @@

# 1.0.1
Make work with `require` import
# 1.0.0
* Made createInterpreter the default export.
* Optionally specify allowed types in interpreter creation.
* Methods for specifying how many failures are allowed and how many different failing values.
* Optionally (on by default) sort by descending failure fraction (with string always last).
* Max number of array elements to interpret now set at method of interpreter.
* Drop coordinate types. Intend to resurrect as properties or methods of number types in the future.
* Made createInterpreter the default export
* Optionally specify allowed types in interpreter creation
* Methods for specifying how many failures are allowed and how many different failing values
* Optionally (on by default) sort by descending failure fraction (with string always last)
* Max number of array elements to interpret now set at method of interpreter
* Drop coordinate types. Intend to resurrect as properties or methods of number types in the future

@@ -9,0 +12,0 @@ # 0.2.1

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