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

focus-within-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

focus-within-polyfill - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

CODE_OF_CONDUCT.md

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [5.0.4](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.3...v5.0.4) (2019-07-27)
### Bug Fixes
* travis config ([55e9570](https://github.com/matteobad/focus-within-polyfill/commit/55e9570))
* travis config ([2327c1c](https://github.com/matteobad/focus-within-polyfill/commit/2327c1c))
## [5.0.3](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.2...v5.0.3) (2019-07-16)

@@ -2,0 +10,0 @@

18

CONTRIBUTING.md
# Contributing
Kick off with `npm install`.
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
## Semantic release [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Please note we have a code of conduct, please follow it in all your interactions with the project.
Use to automatically control release version in CI throw commit message.
## Pull Request Process
## Commitizen ![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-blue.svg)
Use to force standard commit message in order to enable semantic-release to work properly. When committing new changes it's better to use `npm run commit` and then follow the guide lines.
## ESLint
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.
{
"name": "focus-within-polyfill",
"version": "5.0.3",
"description": "focus-within pseudo selector polyfill",
"version": "5.0.4",
"description": "Small vanilla javascript that feature detect the :focus-within pseudo selector and polyfills it with a standard css class if necessary.",
"main": "dist/focus-within-polyfill.js",

@@ -46,7 +46,7 @@ "scripts": {

"bundlesize": "^0.18.0",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^6.0.1",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.1.0",
"eslint-config-google": "^0.13.0",
"husky": "^3.0.0",
"husky": "^3.0.1",
"npm-check": "^5.9.0",

@@ -53,0 +53,0 @@ "rimraf": "^2.6.3",

Sorry, the diff of this file is not supported yet

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