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

@nutrafol/popup-helper

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nutrafol/popup-helper - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

index.js

@@ -133,7 +133,7 @@ /**

}
var isKey = e.key.indexOf("Arrow") === 0;
if (isKey) {
e.preventDefault()
return
}
// var isKey = e.key.indexOf("Arrow") === 0;
// if (isKey) {
// e.preventDefault()
// return
// }

@@ -140,0 +140,0 @@ var isTab = e.key === "Tab" || e.keyCode === 9

{
"name": "@nutrafol/popup-helper",
"version": "0.1.3",
"version": "0.1.4",
"description": "nutrafol popup helper",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # Nutrafol popup helper

```
- NOTE: keep same version if you dont want to publish changes (pipleine would fail)
- NOTE: keep same version if you dont want to publish changes (pipeline would fail)
- commit and push

@@ -16,0 +16,0 @@ - pipeline will auto publish (make sure correct FOLDER set in bitbucket-pipelines.yml)

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