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

esendex

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esendex - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

build/lib/useragentbuilder.js

@@ -13,3 +13,3 @@ var OS = require('os');

var pkg = { version: 'DEV' };
var pkgconfig = path_1.resolve(__dirname, '..', 'package.json');
var pkgconfig = path_1.resolve(__dirname, '..', '..', 'package.json');
if (fs.existsSync(pkgconfig)) {

@@ -16,0 +16,0 @@ pkg = JSON.parse(fs.readFileSync(pkgconfig, 'utf8'));

{
"name": "esendex",
"version": "0.1.5",
"version": "0.1.6",
"description": "Esendex Node.js client library.",

@@ -5,0 +5,0 @@ "main": "build/lib/index.js",

@@ -13,3 +13,3 @@ import * as OS from 'os'

let pkg = { version: 'DEV' }
let pkgconfig = resolve(__dirname, '..', 'package.json');
let pkgconfig = resolve(__dirname, '..', '..', 'package.json');
if (fs.existsSync(pkgconfig)) {

@@ -16,0 +16,0 @@ pkg = JSON.parse(fs.readFileSync(pkgconfig, 'utf8'))

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