Socket
Socket
Sign inDemoInstall

property-information

Package Overview
Dependencies
1
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

lib/util/types.js

@@ -14,3 +14,3 @@ 'use strict'

function increment() {
return 2 ** ++powers
return Math.pow(2, ++powers)
}
{
"name": "property-information",
"version": "5.0.0",
"version": "5.0.1",
"description": "Information for HTML properties",

@@ -83,3 +83,4 @@ "license": "MIT",

"rules": {
"guard-for-in": "off"
"guard-for-in": "off",
"unicorn/prefer-exponentiation-operator": "off"
},

@@ -86,0 +87,0 @@ "ignore": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc