Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

validate-element-name

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-element-name - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

index.js

@@ -21,3 +21,3 @@ 'use strict';

if (name.toLowerCase() !== name) {
return 'Custom element names should be lowercase.';
return 'Custom element names must be lowercase.';
}

@@ -24,0 +24,0 @@

{
"name": "validate-element-name",
"version": "0.7.0",
"version": "0.7.1",
"description": "Validate the name of a custom element",

@@ -5,0 +5,0 @@ "license": "MIT",

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