Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "pizzly", | ||
"version": "0.0.1", | ||
"description": "Authorization library for PostgreSQL", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build-ts": "./node_modules/.bin/tsc", | ||
"build": "npm run build-ts", | ||
"clean": "rm -r ./dist || true", | ||
"lint": "eslint --ext .ts --max-warnings 0 --fix src examples", | ||
"test": "jest", | ||
"prepack": "npm run clean && npm run lint && npm run build && find ./dist -name '*.map' -delete" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"author": "InScreen, Inc.", | ||
"repository": "https://github.com/inscreen/pizzly", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"ts-jest": "^28.0.2", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.4" | ||
} | ||
} | ||
"name": "pizzly", | ||
"version": "0.0.2", | ||
"description": "parse argument options", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"covert": "^1.0.0", | ||
"tap": "~0.4.0", | ||
"tape": "^3.5.0" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js", | ||
"coverage": "covert test/*.js" | ||
}, | ||
"testling": { | ||
"files": "test/*.js", | ||
"browsers": [ | ||
"ie/6..latest", | ||
"ff/5", | ||
"firefox/latest", | ||
"chrome/10", | ||
"chrome/latest", | ||
"safari/5.1", | ||
"safari/latest", | ||
"opera/12" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/substack/minimist.git" | ||
}, | ||
"homepage": "https://github.com/substack/minimist", | ||
"keywords": [ | ||
"argv", | ||
"getopt", | ||
"parser", | ||
"optimist" | ||
], | ||
"author": { | ||
"name": "James Halliday", | ||
"email": "mail@substack.net", | ||
"url": "http://substack.net" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
41173
3
944
96
0
23
1