Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hotscript", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "Type-level madness", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.module.js", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.modern.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"module": "./dist/index.module.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "microbundle", | ||
"dev": "microbundle watch", | ||
"prepublishOnly": "npm run test && npm run build", | ||
"test": "jest", | ||
"clear-test": "jest --clearCache", | ||
"perf": "tsc --project tests/tsconfig.json --noEmit --extendedDiagnostics", | ||
"fmt": "prettier ./src/** ./tests/** -w", | ||
"check": "tsc --strict --noEmit --extendedDiagnostics" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gvergnaud/PipeScript.git" | ||
"url": "git+https://github.com/gvergnaud/HOTScript.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/gvergnaud/PipeScript/issues" | ||
"url": "https://github.com/gvergnaud/HOTScript/issues" | ||
}, | ||
"homepage": "https://github.com/gvergnaud/PipeScript#readme" | ||
"homepage": "https://github.com/gvergnaud/HOTScript#readme", | ||
"author": "Gabriel Vergnaud", | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"jest": "^29.4.2", | ||
"microbundle": "^0.15.1", | ||
"prettier": "^2.8.4", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.9.5" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
39675
20
766
0
0
0
110
Yes
6
1