Socket
Socket
Sign inDemoInstall

@tds/core-text

Package Overview
Dependencies
Maintainers
7
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-text - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

__tests__/Text.spec.jsx

@@ -17,6 +17,6 @@ import React from 'react'

let text = doShallow()
expect(text).toHaveTagName('span')
expect(text).toHaveDisplayName('span')
text = doShallow({ block: true })
expect(text).toHaveTagName('div')
expect(text).toHaveDisplayName('div')
})

@@ -23,0 +23,0 @@

@@ -6,2 +6,10 @@ # Change Log

<a name="1.0.3"></a>
## [1.0.3](https://github.com/telusdigital/tds/compare/@tds/core-text@1.0.2...@tds/core-text@1.0.3) (2018-12-06)
**Note:** Version bump only for package @tds/core-text
<a name="1.0.2"></a>

@@ -8,0 +16,0 @@ ## [1.0.2](https://github.com/telusdigital/tds/compare/@tds/core-text@1.0.1...@tds/core-text@1.0.2) (2018-07-10)

{
"name": "@tds/core-text",
"version": "1.0.2",
"version": "1.0.3",
"description": "Inline text",

@@ -32,4 +32,4 @@ "main": "index.cjs.js",

"@tds/core-colours": "^1.0.0",
"@tds/shared-typography": "^1.0.2"
"@tds/shared-typography": "^1.0.3"
}
}

@@ -18,3 +18,3 @@ import React from 'react'

expect(textSup).toHaveTagName('sup')
expect(textSup).toHaveDisplayName('sup')
})

@@ -21,0 +21,0 @@

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