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.7.1 to 0.8.0-exp.0

CHANGELOG.md

43

package.json
{
"name": "@kitql/helper",
"version": "0.7.1",
"dependencies": {
"safe-stable-stringify": "^2.4.3"
},
"description": "Some useful helpers",
"version": "0.8.0-exp.0",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jycouet/kitql",
"directory": "packages/helper"
"directory": "packages/helper",
"homepage": "https://github.com/jycouet/kitql/tree/main/packages/helper"
},
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
"peerDependencies": {
"svelte": "^4.0.0"
},
"type": "module",
"sideEffects": false,
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"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"
}
},
"./package.json": "./package.json"
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"scripts": {
"test": "echo hello @kitql/helper!"
}
}
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