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

@bliss-design-system/icon

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bliss-design-system/icon - npm Package Compare versions

Comparing version 2.0.0-beta.0.0 to 2.0.0-beta.0.1

index.d.ts

6

CHANGELOG.md
# @bliss-design-system/icon
## 2.0.0-beta.0.1
### Patch Changes
- change dist folder
## 2.0.0-beta.0.0

@@ -4,0 +10,0 @@

20

package.json
{
"name": "@bliss-design-system/icon",
"version": "2.0.0-beta.0.0",
"version": "2.0.0-beta.0.1",
"description": "Bliss Design Sytem icon web component, consumes icons from Bliss Iconsets toolkit",

@@ -15,14 +15,16 @@ "repository": {

"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": "./dist/index.js",
".": "./index.js",
"./src/*": "./src/*",
"./package.json": "./package.json",
"./icon": "./dist/index.js",
"./icon.js": "./dist/index.js"
"./icon": "./index.js",
"./icon.js": "./index.js"
},
"files": [
"dist/",
"dist/*.d.ts",
"dist/*.js"
"/src/",
"*.d.ts",
"*.js"
],

@@ -29,0 +31,0 @@ "scripts": {

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