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 2.1.0 to 2.1.1

7

HISTORY.md

@@ -7,2 +7,9 @@ # History

## v2.1.1
Security update with dependency changes
- Updated all dependencies to their latest version
- Updated CI settings (added node 15)
## v2.1.0

@@ -9,0 +16,0 @@

18

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

@@ -46,10 +46,10 @@ "author": "Tamino Martinius <dev@zaku.eu>",

"devDependencies": {
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"codecov": "^3.7.2",
"eslint": "^7.10.0",
"jest": "^26.4.2",
"ts-jest": "^26.4.0",
"typescript": "~4.0.3"
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"codecov": "^3.8.1",
"eslint": "^7.23.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.4",
"typescript": "~4.2.3"
},

@@ -56,0 +56,0 @@ "jest": {

@@ -102,6 +102,7 @@ # TypeScript Dedent

- `2.1.1` **2021-03-31** Update dependencies
- `2.1.0` **2021-03-24** Bugfixes
- `2.0.0` **2020-09-28** Bugfixes
- `1.2.0` **2020-09-28** Updated dependencies and a couple of minor improvments
- `1.1.0` **2019-07-26** Updated dependencies and fixed links in readme
- `1.2.0` **2020-09-28** Update dependencies and a couple of minor improvments
- `1.1.0` **2019-07-26** Update dependencies and fixed links in readme
- `1.0.0` **2018-06-14** Initial release

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