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

@digital-realty/ix-label-tag

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-label-tag - npm Package Compare versions

Comparing version 2.0.1 to 2.1.1

dist/src/react/IxLabelTag.d.ts

12

package.json

@@ -6,3 +6,3 @@ {

"author": "Digital Realty",
"version": "2.0.1",
"version": "2.1.1",
"type": "module",

@@ -13,3 +13,4 @@ "main": "dist/src/index.js",

".": "./dist/src/index.js",
"./ix-label-tag.js": "./dist/src/ix-label-tag.js"
"./ix-label-tag.js": "./dist/src/ix-label-tag.js",
"./IxLabelTag": "./dist/src/react/IxLabelTag.js"
},

@@ -30,3 +31,5 @@ "publishConfig": {

"dependencies": {
"lit": "^2.7.6"
"@lit-labs/react": "^2.0.3",
"lit": "^2.7.6",
"react": "^18.2.0"
},

@@ -37,2 +40,3 @@ "devDependencies": {

"@open-wc/testing": "^3.1.6",
"@types/react": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^5.48.0",

@@ -94,3 +98,3 @@ "@typescript-eslint/parser": "^5.48.0",

},
"gitHead": "b2bd86ae4fd75a100f98b84d6076ac35730a0fc2"
"gitHead": "67a7d8c11cf4c70301630e97dbd5a2febf55d817"
}

@@ -20,2 +20,8 @@ # \<ix-label-tag>

```
### In React
```html
<script type="module">
import { IxLabelTag } from '@digital-realty/ix-label-tag/IxLabelTag'
</script>
```

@@ -22,0 +28,0 @@ ## Linting and formatting

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