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

@hi-ui/func-utils

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hi-ui/func-utils - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

9

CHANGELOG.md
# @hi-ui/func-utils
## 4.0.3
### Patch Changes
- fix: 修复 rollup3 打包 cjs 模块问题
- Updated dependencies
- @hi-ui/object-utils@4.0.3
- @hi-ui/type-assertion@4.0.3
## 4.0.2

@@ -4,0 +13,0 @@

3

lib/cjs/index.js

@@ -12,2 +12,5 @@ /** @LICENSE

Object.defineProperty(exports, '__esModule', {
value: true
});
var objectUtils = require('@hi-ui/object-utils');

@@ -14,0 +17,0 @@ var typeAssertion = require('@hi-ui/type-assertion');

6

package.json
{
"name": "@hi-ui/func-utils",
"version": "4.0.2",
"version": "4.0.3",
"description": "A sub-package for @hi-ui/utils.",

@@ -47,5 +47,5 @@ "keywords": [],

"dependencies": {
"@hi-ui/object-utils": "^4.0.2",
"@hi-ui/type-assertion": "^4.0.2"
"@hi-ui/object-utils": "^4.0.3",
"@hi-ui/type-assertion": "^4.0.3"
}
}
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