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

@twilio-paste/paragraph

Package Overview
Dependencies
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/paragraph - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

CHANGELOG.md

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

## [1.0.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@1.0.0...@twilio-paste/paragraph@1.0.1) (2019-11-12)
### Bug Fixes
* paragraph package deps incorrect ([90ad6bc](https://github.com/twilio-labs/paste/commit/90ad6bca9628b2ac85990053d738c92450b4c798))
# [1.0.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/paragraph@0.0.2...@twilio-paste/paragraph@1.0.0) (2019-11-11)

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

2

dist/index.es.js

@@ -1,1 +0,1 @@

import{createElement as t}from"react";import{Text as e}from"@twilio-paste/text";var o=function(o){return t(e,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight20",fontWeight:"fontWeightNormal",textColor:"colorText"},o.children)};o.displayName="Paragraph";export{o as Paragraph};
import{createElement as t}from"react";import{Text as e}from"@twilio-paste/text";var o=function(o){return t(e,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",textColor:"colorText"},o.children)};o.displayName="Paragraph";export{o as Paragraph};

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var React=require("react"),text=require("@twilio-paste/text"),Paragraph=function(e){return React.createElement(text.Text,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight20",fontWeight:"fontWeightNormal",textColor:"colorText"},e.children)};Paragraph.displayName="Paragraph",exports.Paragraph=Paragraph;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var React=require("react"),text=require("@twilio-paste/text"),Paragraph=function(e){return React.createElement(text.Text,{as:"p",marginBottom:"space70",fontSize:"fontSize30",lineHeight:"lineHeight30",fontWeight:"fontWeightNormal",textColor:"colorText"},e.children)};Paragraph.displayName="Paragraph",exports.Paragraph=Paragraph;
{
"name": "@twilio-paste/paragraph",
"version": "1.0.0",
"version": "1.0.1",
"category": "typography",

@@ -30,3 +30,3 @@ "status": "alpha",

"peerDependencies": {
"@twilio-paste/text": "^0.4.1",
"@twilio-paste/text": "^1.0.1",
"prop-types": "^15.7.2",

@@ -36,3 +36,3 @@ "react": "^16.8.6"

"devDependencies": {
"@twilio-paste/text": "^0.4.1",
"@twilio-paste/text": "^1.0.1",
"rollup": "^1.16.2",

@@ -46,3 +46,3 @@ "rollup-plugin-babel": "^4.3.3",

},
"gitHead": "380c46893633fe4a11a08f4cd7e218363c4b2109"
"gitHead": "7e0e333b408fd13502a3812b545783d8d58f1f8b"
}
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