New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sproutsocial/seeds-typography

Package Overview
Dependencies
Maintainers
42
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-typography - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

typography/_generated/seeds-typography.0.1.2.json

8

gulpfile.js

@@ -20,3 +20,3 @@ const fs = require('fs');

gulp.task('clean', () => {
return del(['docs/downloads/*']);
return del(['typography/_generated/*']);
});

@@ -46,3 +46,3 @@

getGulpTypographyTask('sketch', 'sketchtext.json', {
dest: 'docs/downloads',
dest: 'typography/_generated',
appendVersion: true

@@ -69,5 +69,5 @@ })

makeDir('docs/_includes/').then(() => {
makeDir('typography/_generated/').then(() => {
fs.writeFileSync(
'docs/_includes/typography.html',
'typography/_generated/typography.html',
`<!-- GENERATED BY GULP - DO NOT EDIT -->\n\n<script>window.seedsTypography = ${JSON.stringify(

@@ -74,0 +74,0 @@ sizes

{
"name": "@sproutsocial/seeds-typography",
"version": "0.1.2",
"version": "0.1.3",
"description": "SEEDS Design System Typography Styles",

@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js",

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