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

num-client

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

num-client - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

web/num-client-0.0.8.js

2

dist/numuri.js

@@ -6,3 +6,3 @@ "use strict";

var DOMAIN_REGEX = new RegExp(/^(([^.\s\\\b]+?\.)*?([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?\.)([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?))\.??$/);
var USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\n]+?(?<!\s)$/);
var USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\s\\]+$/);
var PATH_REGEX = new RegExp(/^(\/[^;,/\\?:@&=+$.#\s]+)*\/?$/);

@@ -9,0 +9,0 @@ var MAX_LABEL_LENGTH = 63;

@@ -18,3 +18,3 @@ // Copyright 2020 NUM Technology Ltd

const DOMAIN_REGEX = new RegExp(/^(([^.\s\\\b]+?\.)*?([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?\.)([^!"#$%&'()*+,./:;<=>?@\[\]^_`{|}~\s\b]+?))\.??$/);
const USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\n]+?(?<!\s)$/);
const USERINFO_REGEX = new RegExp(/^(?!\s)[^@\f\t\r\b\s\\]+$/);
const PATH_REGEX = new RegExp(/^(\/[^;,/\\?:@&=+$.#\s]+)*\/?$/);

@@ -21,0 +21,0 @@ const MAX_LABEL_LENGTH = 63;

{
"name": "num-client",
"version": "0.0.7",
"version": "0.0.8",
"description": "A NUM Protocol Client in TypeScript",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -220,3 +220,3 @@ # NUM Client

<body>
<script src="https://unpkg.com/num-client@7/web/num-client-0.0.7.js"></script>
<script src="https://unpkg.com/num-client@0.0.8/web/num-client-0.0.8.js"></script>
<h1>num.uk:1</h1>

@@ -223,0 +223,0 @@ <pre id='num'></pre>

Sorry, the diff of this file is not supported yet

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