You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

floggy

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floggy - npm Package Compare versions

Comparing version

to
0.3.3-next.2

dist/cjs/chalk.cjs

33

package.json
{
"name": "floggy",
"version": "0.3.3-next.1",
"version": "0.3.3-next.2",
"repository": "git@github.com:jasonkuhrt/floggy.git",

@@ -14,8 +14,8 @@ "author": "Jason Kuhrt",

"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
},
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.mjs"
}

@@ -27,4 +27,4 @@ }

"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.tsx --fix",
"lint:check": "eslint . --ext .ts,.tsx --max-warnings 0",
"lint": "eslint . --ext .mts --fix",
"lint:check": "eslint . --ext .mts --max-warnings 0",
"types:check": "pnpm tsc --noEmit",

@@ -34,5 +34,5 @@ "dev": "pnpm clean && tsc -w -p tsconfig.cjs.json",

"build": "pnpm clean && pnpm build:cjs && pnpm build:esm",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "ts-node scripts/build-esm.mts",
"test": "cross-env FORCE_COLOR=1 jest",
"build:cjs": "ts-node scripts/ts-build.mts --cjs",
"build:esm": "ts-node scripts/ts-build.mts --esm",
"test": "cross-env FORCE_COLOR=1 vitest",
"clean": "rm -rf dist node_modules/.cache",

@@ -45,3 +45,2 @@ "release:stable": "dripip stable",

"devDependencies": {
"@jest/types": "29.0.1",
"@prisma-labs/prettier-config": "0.1.0",

@@ -51,3 +50,2 @@ "@swc/core": "1.2.246",

"@types/chalk": "2.2.0",
"@types/jest": "29.0.0",
"@types/lodash": "4.14.184",

@@ -68,11 +66,8 @@ "@types/node": "18.7.14",

"execa": "6.1.0",
"jest": "29.0.1",
"jest-watch-select-projects": "2.0.0",
"jest-watch-suspend": "1.1.2",
"jest-watch-typeahead": "2.1.1",
"fast-glob": "^3.2.11",
"fs-jetpack": "^4.3.1",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"typescript-snapshots-plugin": "1.7.0"
"vitest": "^0.22.1"
},

@@ -88,2 +83,2 @@ "dependencies": {

}
}
}