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

@gits-id/utils

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/utils - npm Package Compare versions

Comparing version

to
0.12.0-alpha.24

6

CHANGELOG.md

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

# [0.12.0-alpha.24](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.23...v0.12.0-alpha.24) (2022-11-17)
### Bug Fixes
- **utils:** define package's `exports` ([7b17f21](https://github.com/gitsindonesia/ui-component/commit/7b17f213d9ef38306730f65e5113eca9fde8f874))
# [0.12.0-alpha.23](https://github.com/gitsindonesia/ui-component/compare/v0.12.0-alpha.22...v0.12.0-alpha.23) (2022-11-17)

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

14

package.json
{
"name": "@gits-id/utils",
"version": "0.12.0-alpha.23",
"version": "0.12.0-alpha.24",
"description": "GITS Utilities",

@@ -19,3 +19,3 @@ "scripts": {

},
"gitHead": "006d852f309b02b00acad7935671ec65ef4dbc64",
"gitHead": "fdabc90052d88c1d83597cd0d07a9602c4cfb118",
"devDependencies": {

@@ -29,3 +29,11 @@ "c8": "^7.11.3",

"jsdelivr": "dist/utils.iife.js",
"module": "./dist/utils.mjs"
"module": "./dist/utils.mjs",
"exports": {
".": {
"import": "./dist/utils.mjs",
"require": "./dist/utils.js"
},
"./package.json": "./package.json",
"./*": "./*"
}
}