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

@hap-toolkit/shared-utils

Package Overview
Dependencies
Maintainers
4
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hap-toolkit/shared-utils - npm Package Compare versions

Comparing version 0.6.4-simple to 0.6.4

18

compilation-config.js

@@ -6,4 +6,14 @@ /*

const options = {
// 是否使用debug的签名证书
debug: false,
// 是否开启分析
stats: false,
// sourcemap配置
devtool: false,
// 是否禁用子包
disableSubpackages: false,
// 是否禁用流式编译
disableStreamPack: false,
// 是否禁用V8的6.5版本编译
disableScriptV8V65: false,
// 是否编译复合选择器,生成_meta信息

@@ -20,3 +30,9 @@ optimizeDescMeta: false,

// 延迟加载自定义组件
enableLazyComponent: false
enableLazyComponent: false,
// 是否移除无用资源
optimizeUnusedResource: false,
// 是否将dsl打包到rpk
includeDslFromLib: false,
// 解决sourcemap资源的错位问题
matchSourcemap: false
}

@@ -23,0 +39,0 @@

4

package.json
{
"name": "@hap-toolkit/shared-utils",
"version": "0.6.4-simple",
"version": "0.6.4",
"description": "hap shared utils",

@@ -33,3 +33,3 @@ "engines": {

},
"gitHead": "c2363f920160ace87edc9f34672ad17ed8ee3514"
"gitHead": "53af16fc760d4d1af431dbe098a88d6d1c28f791"
}
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