Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mask-vali

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mask-vali - npm Package Compare versions

Comparing version 1.1.1 to 1.1.3

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc