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

@markuplint/react-spec

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/react-spec - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0-alpha.82

4

lib/index.js

@@ -57,5 +57,3 @@ "use strict";

caseSensitive: true,
condition: {
self: ['[type=checkbox]', '[type=radio]'],
},
condition: ['[type=checkbox]', '[type=radio]'],
},

@@ -62,0 +60,0 @@ /**

{
"name": "@markuplint/react-spec",
"version": "2.1.0",
"version": "3.0.0-alpha.82+6cde1134",
"description": "Extended specification for tags and attributes in React",

@@ -19,5 +19,5 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-spec": "2.1.0"
"@markuplint/ml-spec": "3.0.0-alpha.82+6cde1134"
},
"gitHead": "0321513e36cc74929c41e06e1f58c43ff7602556"
"gitHead": "6cde113402758a8fdbd6a0fcf98e78efd2cdb778"
}

@@ -57,5 +57,3 @@ import type { ExtendedSpec } from '@markuplint/ml-spec';

caseSensitive: true,
condition: {
self: ['[type=checkbox]', '[type=radio]'],
},
condition: ['[type=checkbox]', '[type=radio]'],
},

@@ -62,0 +60,0 @@ /**

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