Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "mask-vali", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "a package can check the ipv4 Cidr mask is validate or not ", | ||
"main": "index.ts", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "test" |
'use strict' | ||
const judgeMask = (mask:string) : boolean => { | ||
@@ -3,0 +5,0 @@ console.log('1') |
@@ -6,3 +6,3 @@ { | ||
"declaration": true, | ||
"outDir": "./lib", | ||
"outDir": "dist", | ||
"strict": true, | ||
@@ -9,0 +9,0 @@ "lib":["ES6","DOM"] |
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
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
1512
6
25