Socket
Socket
Sign inDemoInstall

smartwrap

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartwrap - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

ejq

3

package.json
{
"name": "smartwrap",
"version": "1.0.9",
"version": "1.0.10",
"description": "Textwrap for javascript/nodejs. Correctly handles wide characters (宽字符) and emojis (😃). Automatically breaks long words.",

@@ -23,3 +23,2 @@ "main": "src/main.js",

"breakword": "^1.0.3",
"merge": "^1.2.0",
"wcwidth": "^1.0.1",

@@ -26,0 +25,0 @@ "yargs": "^8.0.1"

@@ -6,3 +6,2 @@ 'use strict';

options = options || {};
let Merge = require('merge');
let Wcwidth = require('wcwidth');

@@ -31,3 +30,3 @@ let Breakword = require('breakword');

let wrapObj = Merge({},defaults,options);
let wrapObj = Object.assign({},defaults,options);

@@ -34,0 +33,0 @@ //make sure correct sign on padding

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