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

@gits-id/icon

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/icon - npm Package Compare versions

Comparing version

to
0.11.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.11.1](https://github.com/gitsindonesia/ui-component/compare/v0.11.0...v0.11.1) (2022-08-24)
### Bug Fixes
- **icon:** fix package exports ([a35a622](https://github.com/gitsindonesia/ui-component/commit/a35a62205e971d58fa33d7de4f4de48a3b6eaee6))
# [0.11.0](https://github.com/gitsindonesia/ui-component/compare/v0.10.14...v0.11.0) (2022-08-24)

@@ -8,0 +14,0 @@

8

package.json
{
"name": "@gits-id/icon",
"version": "0.11.0",
"version": "0.11.1",
"description": "GITS Icon Component",

@@ -25,8 +25,8 @@ "scripts": {

},
"main": "dist/icon.js",
"main": "dist/icon.umd.js",
"unpkg": "dist/icon.iife.js",
"jsdelivr": "dist/icon.iife.js",
"module": "./dist/icon.mjs",
"module": "./dist/icon.es.js",
"types": "./dist/types/index.d.ts",
"gitHead": "691edca5992778c449d48bc6b00dc49e02295855"
"gitHead": "3f16d51e418feaa96491eaaab6c266443324a9db"
}