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

@flourish/formatters

Package Overview
Dependencies
Maintainers
31
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/formatters - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

formatter.js

@@ -992,3 +992,3 @@ (function (global, factory) {

var datetime_interpretations = Object.freeze([
createDatetimeInterpretation("%Y-%m-%dT%H:%M:%S.%LZ"),
createDatetimeInterpretation("%Y-%m-%dT%H:%M:%S.%LZ"), // 1972-04-27T10:10:10.303Z

@@ -995,0 +995,0 @@ createDatetimeInterpretation("%d/%m/%Y", function(str, passed_primary_test) { // 27/04/1972

{
"name": "@flourish/formatters",
"version": "0.0.1",
"version": "0.0.2",
"description": "Format numbers and datetimes",

@@ -29,4 +29,4 @@ "main": "formatter.js",

"dependencies": {
"@flourish/interpreter": "^6.0.4"
"@flourish/interpreter": "^7.0.0"
}
}

@@ -10,3 +10,3 @@ # Flourish formatter

``` shell
npm install @flourish/formatter
npm install @flourish/formatters
```

@@ -17,3 +17,3 @@

- property: x_format
import: "@flourish/formatter/number-formatter"
import: "@flourish/formatters/number-formatter"
```

@@ -24,3 +24,3 @@

- property: y_format
import: "@flourish/formatter/number-formatter"
import: "@flourish/formatters/number-formatter"
```

@@ -27,0 +27,0 @@

@@ -0,2 +1,5 @@

# 0.0.2
* Update @flourish/interpreter dependency
# 0.0.1
* Trial release

@@ -1,2 +0,2 @@

import createInterpreter from "@flourish/interpreter";
import { createInterpreter } from "@flourish/interpreter";

@@ -3,0 +3,0 @@ function getFormatter(format_id) {

@@ -1,2 +0,2 @@

import createInterpreter from "@flourish/interpreter";
import { createInterpreter } from "@flourish/interpreter";

@@ -3,0 +3,0 @@ const getInterpretation = createInterpreter.getInterpretation;

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