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

endent

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endent - npm Package Compare versions

Comparing version 1.0.9 to 1.1.1

.travis.yml

26

package.json
{
"name": "endent",
"version": "1.0.9",
"version": "1.1.1",
"description": "➡️ An ES6 string tag that makes indentation right",
"main": "dist/endent.js",
"files": [
"dist/endent.js"
],
"main": "endent.js",
"scripts": {
"build": "babel endent.js --out-file dist/endent.js",
"test": "jest"
"test": "tape test.js"
},

@@ -24,14 +20,5 @@ "repository": {

"tag",
"multi-line string",
"es6"
"multi-line string"
],
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"flow-bin": "^0.38.0",
"jest": "^18.1.0"
},
"license": "MIT",
"bugs": {

@@ -44,4 +31,5 @@ "url": "https://github.com/ZhouHansen/endent/issues"

"fast-json-parse": "^1.0.3",
"objectorarray": "^1.0.2"
"objectorarray": "^1.0.3",
"tape": "^4.8.0"
}
}

@@ -14,5 +14,5 @@ # Endent [![stability][stability-image]][stability-index]

An ES6 string tag that makes indentation right. Based on [dedent](https://github.com/dmnd/dedent), endows more suitable indentation.
An ES6 string tag that makes indentation right, adds some key features to [dedent](https://github.com/dmnd/dedent).
## Advantage
## Feature

@@ -60,3 +60,4 @@ ### pretty object

},
"color": "blue",
"color": "blue"
}
state["somejson"] = [

@@ -68,3 +69,2 @@ "bear",

}
}

@@ -113,3 +113,3 @@ // prettyTmpl

```
```js
// awfulTmpl

@@ -116,0 +116,0 @@ ;(function () {

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