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

@polymer/paper-card

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/paper-card - npm Package Compare versions

Comparing version 1.1.4-pre.3 to 3.0.0-pre.1

.github/ISSUE_TEMPLATE.md

13

package.json
{
"name": "@polymer/paper-card",
"flat": true,
"version": "1.1.4-pre.3",
"version": "3.0.0-pre.1",
"description": "Material design piece of paper with unique related data",

@@ -19,12 +19,11 @@ "contributors": [

},
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/paper-card",
"dependencies": {
"@polymer/iron-flex-layout": "preview",
"@polymer/iron-image": "preview",
"@polymer/paper-material": "preview",
"@polymer/paper-styles": "preview",
"@polymer/polymer": "preview"
"@polymer/iron-flex-layout": "^3.0.0-pre.1",
"@polymer/iron-image": "^3.0.0-pre.1",
"@polymer/paper-styles": "^3.0.0-pre.1",
"@polymer/polymer": "^3.0.0-pre.1"
},
"devDependencies": {}
}
[![Build status](https://travis-ci.org/PolymerElements/paper-card.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-card)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/PolymerElements/paper-card)
##<paper-card>
## <paper-card>

@@ -21,2 +22,3 @@ Material design: [Cards](https://www.google.com/design/spec/components/cards.html)

<link rel="import" href="paper-card.html">
<custom-style>
<style is="custom-style">

@@ -31,3 +33,3 @@ body {

}
.cafe-header { @apply(--paper-font-headline); }
.cafe-header { @apply --paper-font-headline; }
.cafe-light { color: var(--paper-grey-600); }

@@ -47,2 +49,3 @@ .cafe-location {

</style>
<custom-style>
<next-code-block></next-code-block>

@@ -53,2 +56,3 @@ </template>

-->
```html

@@ -55,0 +59,0 @@ <paper-card image="demo/donuts.png">

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