Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "tiva", | ||
"version": "0.0.0", | ||
"main": "index.js", | ||
"license": "MIT" | ||
"version": "0.1.0", | ||
"description": "Expensive plain object type validator leverages TypeScript language service.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/makeflow/tiva.git" | ||
}, | ||
"scripts": { | ||
"build": "tsc --project src/library", | ||
"lint-prettier": "prettier --check \"**/*.{ts,tsx,js,jsx,json,yml,md}\"", | ||
"lint-ts": "eslint 'src/**/*.ts'", | ||
"lint": "yarn lint-prettier && yarn lint-ts", | ||
"test": "rimraf bld && yarn build && yarn lint" | ||
}, | ||
"main": "bld/library/index.js", | ||
"types": "bld/library/index.d.ts", | ||
"files": [ | ||
"src/library/**/*.ts", | ||
"bld/library" | ||
], | ||
"devDependencies": { | ||
"@magicspace/configs": "^0.2.1", | ||
"@magicspace/eslint-plugin": "^0.1.2", | ||
"@types/node": "^12.12.3", | ||
"@types/validator": "^10.11.3", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"prettier": "^1.19.0" | ||
}, | ||
"dependencies": { | ||
"tslang": "^0.1.18", | ||
"tslib": "^1.10.0", | ||
"tsutils": "^3.17.1", | ||
"typescript": "3.8.0-dev.20191105", | ||
"validator": "^12.0.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
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 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
55406
58
1009
0
53
0
5
7
2
+ Addedtslang@^0.1.18
+ Addedtslib@^1.10.0
+ Addedtsutils@^3.17.1
+ Addedvalidator@^12.0.0
+ Addedtslang@0.1.27(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedtsutils@3.21.0(transitive)
+ Addedtypescript@3.8.0-dev.201911055.7.2(transitive)
+ Addedvalidator@12.2.0(transitive)