Socket
Socket
Sign inDemoInstall

@lite-v3/common-helpers

Package Overview
Dependencies
0
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

dist/object/isObject.d.ts

15

package.json
{
"name": "@lite-v3/common-helpers",
"version": "1.0.1",
"version": "1.1.0",
"description": "Public common helpers for Tokopedia Web",

@@ -38,2 +38,4 @@ "repository": {

"number.js",
"object.d.ts",
"object.js",
"string.d.ts",

@@ -51,10 +53,9 @@ "string.js",

"devDependencies": {
"@types/node": "^16.11.1",
"@types/node": "18.17.11",
"lolex": "^4.1.0",
"@lite-v3/tsconfig": "^1.0.0",
"@tokopedia/lite-testing": "^2.6.1"
"@tokopedia/lite-testing": "^2.6.3"
},
"engines": {
"node": ">=16.19 <17",
"pnpm": ">=7.24 <8"
"node": ">=18.17"
},

@@ -69,6 +70,6 @@ "publishConfig": {

"dev": "pnpm run build:ts -- --sync -w",
"test": "NODE_ENV=test jest --config jest.config.js --passWithNoTests",
"test": "NODE_ENV=test jest --config jest.config.js",
"type:check": "lite-type-check",
"type:coverage": "lite-ts-coverage"
"type:coverage": "lite-ts-coverage-report"
}
}

@@ -78,2 +78,4 @@ # 🙏 @lite-v3/common-helpers

├── thousandSeparator
├─ object
├── isObject
├─ string

@@ -80,0 +82,0 @@ ├── escapeRegExp

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc