@digital-realty/ix-label-tag
Advanced tools
Comparing version 2.0.1 to 2.1.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68514
33
355
66
3
16
1
+ Added@lit-labs/react@^2.0.3
+ Addedreact@^18.2.0
+ Added@lit-labs/react@2.1.3(transitive)
+ Added@lit/react@1.0.6(transitive)
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@18.3.12(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)