@boulevard/lib
Advanced tools
Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13
{ | ||
"name": "@boulevard/lib", | ||
"version": "1.0.0-alpha.12", | ||
"version": "1.0.0-alpha.13", | ||
"description": "A container for reusable code.", | ||
@@ -16,2 +16,3 @@ "author": "Daniel Nagy <dan@blvd.co>", | ||
"clean": "rm -rf build", | ||
"format": "prettier --write '**/*.{json,md,ts}'", | ||
"lint": "eslint src --ext .ts", | ||
@@ -23,10 +24,11 @@ "prepare": "npm run build", | ||
"devDependencies": { | ||
"@boulevard/eslint-config": "^1.0.7", | ||
"@boulevard/eslint-config": "^2.0.0", | ||
"@types/jest": "^24.0.17", | ||
"eslint": "^6.3.0", | ||
"jest": "^24.8.0", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.6.2" | ||
}, | ||
"gitHead": "43a0d226f6ffcb0491574c131a79f4b58dbf3061" | ||
"gitHead": "c831617ff82f047154534ac72995c4a64ace06a6" | ||
} |
# Lib | ||
A standard library for protable modules and types. | ||
A standard library for portable modules and types. |
@@ -1,1 +0,1 @@ | ||
export * from './nullable'; | ||
export * from "./nullable"; |
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
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
1463
7
2