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

ts-dedent

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-dedent - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

src/__tests__/index.spec.ts

21

package.json
{
"name": "ts-dedent",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript package which smartly trims and strips indentation from multi-line strings",

@@ -12,3 +12,4 @@ "author": "Tamino Martinius <dev@zaku.eu>",

"files": [
"dist/*"
"dist",
"src"
],

@@ -44,10 +45,10 @@ "repository": {

"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"codecov": "^3.5.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.5.3"
"@types/jest": "^24.9.1",
"@types/node": "^13.5.0",
"codecov": "^3.6.2",
"jest": "^25.1.0",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.7.5"
},

@@ -54,0 +55,0 @@ "jest": {

@@ -16,4 +16,3 @@ # TypeScript Dedent

readable without lots of spaces ending up in the string
itself.`
);
itself.`);

@@ -97,4 +96,4 @@ console.log(dedent`

* [https://www.npmjs.com/package/dedent](dedent) by ~dmnd
* [https://www.npmjs.com/package/dedent-js](dedent-js) by ~martin-kolarik
- [dedent](https://www.npmjs.com/package/dedent) by ~dmnd
- [dedent-js](https://www.npmjs.com/package/dedent-js) by ~martin-kolarik

@@ -105,2 +104,3 @@ ## Changelog

* `1.0.0` **2018-06-14** Initial release
- `1.1.0` **2019-07-26** Updated dependencies and fixed links in readme
- `1.0.0` **2018-06-14** Initial release
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