Socket
Socket
Sign inDemoInstall

@quoll/lib

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quoll/lib - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.5.7](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.6...@quoll/lib@0.5.7) (2024-09-08)
**Note:** Version bump only for package @quoll/lib
## [0.5.6](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.5...@quoll/lib@0.5.6) (2024-08-16)

@@ -8,0 +12,0 @@

20

package.json
{
"name": "@quoll/lib",
"version": "0.5.6",
"version": "0.5.7",
"description": "Shared code for client and server side packages",

@@ -8,6 +8,16 @@ "repository": "https://github.com/mzogheib/quoll",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./modules": {
"types": "./dist/modules/index.d.ts",
"import": "./dist/modules/index.js",
"require": "./dist/modules/index.js"
},
"./services": {
"types": "./dist/services/index.d.ts",
"import": "./dist/services/index.js",
"require": "./dist/services/index.js"
}
},
"scripts": {
"start": "tsc --watch",
"start": "quoll-build-deps && tsc --watch",
"clean-build": "rm -rf dist",

@@ -23,3 +33,3 @@ "build": "yarn clean-build && tsc",

},
"gitHead": "a8cb58a51772cd4c388f1eb3ad2645770ecc8de0"
"gitHead": "9f5400e042d262d2d9a4e6d820d87b49eb70cdda"
}
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