squidlet-lib
Advanced tools
Comparing version 0.1.6 to 0.1.9
{ | ||
"name": "squidlet-lib", | ||
"version": "0.1.6", | ||
"version": "0.1.9", | ||
"description": "Common lib for squidlet projects", | ||
"author": "Ivan Kozyrin <ipkozyrin@gmail.com>", | ||
"repository": "git@github.com:bozonx/squidlet-lib.git", | ||
"exports": "./distr/index.js", | ||
"exports": { | ||
".": "./lib/index.ts", | ||
"./js": "./distr/lib/index.js" | ||
}, | ||
"types": "lib/index.ts", | ||
"publishConfig": { | ||
"exports": { | ||
".": "./distr/lib/index.js" | ||
}, | ||
"types": "distr/types/index.d.ts" | ||
}, | ||
"type": "module", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "ts-node ./control/index.ts", | ||
"build": "tsc", | ||
"test": "mocha", | ||
"lint": "tslint -p tsconfig.json" | ||
"test": "mocha" | ||
}, | ||
@@ -22,13 +30,12 @@ "directories": { | ||
"devDependencies": { | ||
"@types/node": "^20.2.1", | ||
"chai": "^4.3.7", | ||
"@types/node": "^20.10.4", | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"mocha": "^10.2.0", | ||
"rewire": "^6.0.0", | ||
"sinon": "^15.1.0", | ||
"rewire": "^7.0.0", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"ts-node": "^10.9.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^5.0.4" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
# squidlet-lib | ||
Common lib for squidlet projects. The aim of this lib is the most simple way to do things. | ||
## Publish | ||
yarn test | ||
yarn build | ||
yarn publish |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
9
3541
7
0
2