@flourish/formatters
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
72068
11
1
80
1
Updated@flourish/interpreter@^8.0.2