Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mask-vali", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a package can check the ipv4 Cidr mask is validate or not ", | ||
"main": "index.js", | ||
"main": "index.ts", | ||
"scripts": { | ||
@@ -16,3 +16,7 @@ "test": "test" | ||
"author": "dongRui", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"typescript": "^5.0.4" | ||
} | ||
} |
const judgeMask = (mask:string) : boolean => { | ||
console.log(mask) | ||
console.log('1') | ||
return false | ||
@@ -5,0 +5,0 @@ } |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1221
4
15
0
1