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
27
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 1.0.1 to 1.0.2

LICENSE

2

.eslintrc.json
{
"extends": "../../.eslintrc"
"extends": "../../.eslintrc.cjs"
}
{
"name": "@flourish/formatters",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"description": "Format numbers and datetimes",
"main": "formatter.js",
"module": "src/index.js",
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"prepare": "npm run build && npm run minify",
"minify": "terser -m -o formatter.min.js formatter.js"
},
"author": "Kiln Enterprises Ltd",
"license": "https://flourish.studio/terms/fcl/",
"license": "LicenseRef-LICENSE",
"devDependencies": {

@@ -23,4 +18,9 @@ "@flourish/eslint-plugin-flourish": "^0.7.2",

"dependencies": {
"@flourish/interpreter": "^8.0.1"
"@flourish/interpreter": "^8.0.2"
},
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"minify": "terser -m -o formatter.min.js formatter.js"
}
}
}

@@ -0,1 +1,4 @@

# 1.0.2
* Update license annotation
# 1.0.1

@@ -16,2 +19,2 @@ * Format empty cells in number columns as empty strings

# 0.0.1
* Trial release
* Trial release
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