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

@flourish/facets

Package Overview
Dependencies
Maintainers
27
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/facets - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

LICENSE

8

.eslintrc.json
{
"plugins": [
"@flourish/flourish"
],
"extends": "plugin:@flourish/flourish/flourish",
"env": {
"browser": true
}
"extends": "../../.eslintrc.cjs"
}
{
"name": "@flourish/facets",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "Create small-multiple grid layouts",
"main": "facets.js",
"module": "src/index.js",
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"prepare": "npm run build && npm run minify",
"minify": "terser -m -o facets.min.js facets.js",
"precommit": "lint-staged"
},
"author": "Kiln Enterprises Ltd",
"license": "https://flourish.studio/terms/fcl/",
"license": "LicenseRef-LICENSE",
"devDependencies": {
"@flourish/eslint-plugin-flourish": "^0.7.2",
"eslint": "^6.5.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"eslint": "^8.35.0",
"rollup": "^1.25.2",

@@ -38,7 +30,8 @@ "rollup-plugin-node-resolve": "^5.2.0",

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"minify": "terser -m -o facets.min.js facets.js",
"precommit": "lint-staged"
}
}
}

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

# 3.0.1
* Update license annotation
# 3.0.0

@@ -32,2 +35,1 @@ * Make facet titles wrap onto multiple lines

* Add README

Sorry, the diff of this file is too big to display

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