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.0.1 to 1.0.3

lib/index.d.ts

4

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

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