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

@sproutsocial/seeds-utils

Package Overview
Dependencies
Maintainers
44
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sproutsocial/seeds-utils - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

docs.js

@@ -45,2 +45,7 @@ const del = require('del');

fs.writeFile(
'./docs/versions.json',
JSON.stringify(versions, (key, value) => (key === 'seeds' ? undefined : value)),
err => done(err)
);
fs.writeFile(
'./docs/_data/versions.json',

@@ -47,0 +52,0 @@ JSON.stringify(versions, (key, value) => (key === 'seeds' ? undefined : value)),

2

package.json
{
"name": "@sproutsocial/seeds-utils",
"version": "0.1.6",
"version": "0.1.7",
"description": "SEEDS shared utility functions for generating tokens and documentation.",

@@ -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