@lvchengbin/is
Advanced tools
Comparing version 1.0.5 to 1.0.6
119
package.json
{ | ||
"name": "@lvchengbin/is", | ||
"version": "1.0.5", | ||
"description": "Do checking...", | ||
"keywords": [ | ||
"is", | ||
"check", | ||
"types", | ||
"es6", | ||
"valid-url", | ||
"url", | ||
"isArrowFunction", | ||
"arrow function", | ||
"valid-ip", | ||
"ipv6", | ||
"isAsyncFunction", | ||
"async fucntion", | ||
"date" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:LvChengbin/is.git" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.4", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@types/node": "^14.6.2", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.7.0", | ||
"husky": "^4.2.5", | ||
"jest": "^26.4.2", | ||
"typescript": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf dist", | ||
"build": "yarn clean && tsc --declaration", | ||
"build:watch": "tsc --watch", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"prepublish": "yarn build", | ||
"lint": "eslint src/**/*.ts --cache --ignore-path .eslintignore" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn lint && yarn test", | ||
"pre-push": "yarn lint && yarn test" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "LvChengbin <lvchengbin59@gmail.com>", | ||
"license": "MIT" | ||
} | ||
"name": "@lvchengbin/is", | ||
"version": "1.0.6", | ||
"description": "Do checking...", | ||
"keywords": [ | ||
"is", | ||
"check", | ||
"types", | ||
"es6", | ||
"valid-url", | ||
"url", | ||
"isArrowFunction", | ||
"arrow function", | ||
"valid-ip", | ||
"ipv6", | ||
"isAsyncFunction", | ||
"async fucntion", | ||
"date" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:LvChengbin/is.git" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.2", | ||
"@typescript-eslint/eslint-plugin": "^4.29.2", | ||
"@typescript-eslint/parser": "^4.29.2", | ||
"eslint": "^7.32.0", | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"supports-color": "^9.0.2", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.3.5" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "yarn clean && tsc --declaration", | ||
"check": "tsc --noEmit", | ||
"test": "jest", | ||
"prepublish": "yarn build", | ||
"lint": "eslint src/**/*.ts --cache --ignore-path .eslintignore", | ||
"prepack": "run build", | ||
"postpack": "run clean" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn lint && yarn test", | ||
"pre-push": "yarn lint && yarn test" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"author": "LvChengbin <lvchengbin59@gmail.com>", | ||
"license": "MIT" | ||
} |
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
60317
1