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

@frsource/frs-hide-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frsource/frs-hide-scrollbar - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

34

package.json
{
"name": "@frsource/frs-hide-scrollbar",
"version": "2.0.7",
"version": "2.0.8",
"description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding",

@@ -14,5 +14,6 @@ "source": "src/index.scss",

"postbuild:bundle": "yarn clean:dist:js",
"build:example": "cpy dist/* docs",
"build:example": "cpy . ../docs --cwd dist",
"prerelease": "yarn build && git add dist && git add docs",
"release": "standard-version",
"release": "semantic-release",
"release:ci": "yarn release --yes",
"postrelease": "git push --follow-tags origin master && yarn publish",

@@ -40,6 +41,6 @@ "clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}",

"files": [
"dist/",
"src/",
"LICENSE",
"yarn.lock"
"dist/frs-hide-scrollbar.css",
"dist/frs-hide-scrollbar.css.map",
"src/index.scss",
"package.json"
],

@@ -50,9 +51,18 @@ "bugs": {

"devDependencies": {
"cpy-cli": "^3.0.0",
"microbundle": "^0.14.0",
"rimraf": "^3.0.0",
"sass": "^1.32.0",
"standard-version": "^9.0.0"
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"cpy-cli": "4.2.0",
"microbundle": "0.15.1",
"rimraf": "3.0.2",
"sass": "1.56.2",
"semantic-release": "^19.0.5"
},
"publishConfig": {
"access": "public"
},
"dependencies": {}
}
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