Comparing version 1.1.1 to 1.1.3
{ | ||
"name": "mask-vali", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"description": "a package can check the ipv4 Cidr mask is validate or not ", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var judgeMask = function (mask) { | ||
@@ -7,2 +6,2 @@ console.log('1'); | ||
}; | ||
exports.default = judgeMask; | ||
export default judgeMask; |
{ | ||
"compilerOptions": { | ||
"target": "ES5", | ||
"module": "commonjs", | ||
"module": "ES2022", | ||
"declaration": true, | ||
@@ -6,0 +6,0 @@ "outDir": "src", |
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
1458
24