Socket
Socket
Sign inDemoInstall

@hexancore/common

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexancore/common - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

bin/fixbuild.sh

49

package.json
{
"name": "@hexancore/common",
"version": "0.11.0",
"version": "0.12.0",
"engines": {
"node": ">=18"
"node": ">=20"
},

@@ -11,23 +11,28 @@ "engine-strict": true,

"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"types": "lib/mjs/index.d.ts",
"typesVersions": {
"*": {
".": [
"./lib/index.d.ts"
"./lib/mjs/index.d.ts"
],
"testutil": [
"./lib/Test/index.d.ts"
"./lib/mjs/Test/index.d.ts"
]
}
},
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
"types": "./lib/mjs/index.d.ts",
"default": "./lib/mjs/index.js"
},
"require": {
"types": "./lib/cjs/index.d.ts",
"default": "./lib/cjs/index.js"
},
"default": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
"types": "./lib/mjs/index.d.ts",
"default": "./lib/mjs/index.js"
}

@@ -37,8 +42,12 @@ },

"import": {
"types": "./lib/Test/index.d.ts",
"default": "./lib/Test/index.js"
"types": "./lib/mjs/Test/index.d.ts",
"default": "./lib/mjs/Test/index.js"
},
"require": {
"types": "./lib/cjs/Test/index.d.ts",
"default": "./lib/cjs/Test/index.js"
},
"default": {
"types": "./lib/Test/index.d.ts",
"default": "./lib/Test/index.js"
"types": "./lib/mjs/Test/index.d.ts",
"default": "./lib/mjs/Test/index.js"
}

@@ -52,7 +61,8 @@ }

"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://hexancore.github.io/hexancore",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"build": "rm -fr lib && tsc -p tsconfig.mjs.json && tsc -p tsconfig.cjs.json && bash ./bin/fixbuild.sh",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

@@ -69,2 +79,3 @@ "lint": "eslint \"{src,test}/**/*.ts\" --fix",

"dependencies": {
"@js-joda/core": "^5.6.1",
"axios": "^1.5.0",

@@ -74,3 +85,2 @@ "class-transformer": "^0.5.1",

"lambda-log": "^3.1.0",
"luxon": "^3.0.1",
"nanoid": "^3.1.28",

@@ -82,3 +92,3 @@ "string.prototype.matchall": "^4.0.10",

"devDependencies": {
"@hexancore/mocker": "*",
"@hexancore/mocker": "1.*",
"@types/jest": "29.0.*",

@@ -131,3 +141,4 @@ "@types/lambda-log": "^3.0.0",

"lib": "lib"
}
},
"packageManager": "yarn@4.0.2"
}
# Hexcore Common
Contains common stuff used by other hexcore packages
Contains common stuff used by other hexancore packages

Sorry, the diff of this file is not supported yet

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