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

dvpntjs

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvpntjs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

dist/helpers/common.js
'use strict';
var url = require('url');
var url = require('url'),
punycode = require('punycode');

@@ -12,3 +13,3 @@ exports.extractDomain = function (parsingUrl, withoutWeb) {

return domain;
return punycode.toUnicode(domain);
};

@@ -15,0 +16,0 @@

3

package.json
{
"name": "dvpntjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "a collection of utilities used in dvpnt projects",

@@ -28,2 +28,3 @@ "main": "./dist/index.js",

"dependencies": {
"punycode": "2.1.0",
"underscore": "1.8.3"

@@ -30,0 +31,0 @@ },

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