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

@kitql/helper

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitql/helper - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0-next.1

cjs/index.js

36

package.json
{
"name": "@kitql/helper",
"version": "0.5.0",
"version": "0.6.0-next.1",
"dependencies": {
"safe-stable-stringify": "^2.4.0"
},
"repository": {

@@ -10,19 +13,26 @@ "type": "git",

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "index.d.ts"
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
"./package.json": "./package.json"
}
}
}
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