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

@smui/textfield

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/textfield - npm Package Compare versions

Comparing version 1.0.0-beta.18 to 1.0.0-beta.19

11

CHANGELOG.md

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

# [1.0.0-beta.19](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2019-12-13)
### Bug Fixes
* prevent new Svelte versions from mangling MDC classes ([8a94e95](https://github.com/hperrin/svelte-material-ui/commit/8a94e95574c36595158603c83b3d79892fe4af4d)), closes [#52](https://github.com/hperrin/svelte-material-ui/issues/52)
# [1.0.0-beta.18](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2019-11-08)

@@ -8,0 +19,0 @@

16

package.json
{
"name": "@smui/textfield",
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"description": "Svelte Material UI - Text Field",

@@ -15,3 +15,3 @@ "keywords": [

"scripts": {
"prepublishOnly": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map character-counter/_style.scss character-counter/bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map helper-text/_style.scss helper-text/bare.css\" | xargs sass && echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map icon/_style.scss icon/bare.css\" | xargs sass",
"prepublishOnly": "echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map character-counter/_style.scss character-counter/bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map helper-text/_style.scss helper-text/bare.css\" | xargs sass && echo \"$(npx glob '**/*' | sed 's/^/-I /' | paste -s -d ' ' -) --no-source-map icon/_style.scss icon/bare.css\" | xargs sass",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -36,12 +36,12 @@ },

"@material/textfield": "^3.2.0",
"@smui/common": "^1.0.0-beta.15",
"@smui/floating-label": "^1.0.0-beta.18",
"@smui/line-ripple": "^1.0.0-beta.18",
"@smui/notched-outline": "^1.0.0-beta.18"
"@smui/common": "^1.0.0-beta.19",
"@smui/floating-label": "^1.0.0-beta.19",
"@smui/line-ripple": "^1.0.0-beta.19",
"@smui/notched-outline": "^1.0.0-beta.19"
},
"devDependencies": {
"glob-cmd": "0.0.7",
"sass": "^1.23.1"
"sass": "^1.23.7"
},
"gitHead": "3a48aee47d1693649dfa14021fcdc60d77b2175e"
"gitHead": "77b3594047009c45aa07d278863b929fd25fec67"
}

Sorry, the diff of this file is not supported yet

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