@sproutsocial/seeds-utils
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@sproutsocial/seeds-utils", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "SEEDS shared utility functions for generating tokens and documentation.", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js", |
const globby = require('globby'); | ||
const packages = globby.sync([process.cwd() + '/packages/seeds-*/package.json']); | ||
const packages = globby.sync([process.cwd() + '/packages/seeds-*/package.json', process.cwd() + '/package.json']); | ||
const versions = {}; | ||
@@ -8,5 +8,8 @@ | ||
const packageJson = require(packageJsonPath); | ||
versions[packageJson.name.replace('@sproutsocial/', '')] = packageJson.version; | ||
versions[packageJson.name.replace('@sproutsocial/', '')] = { | ||
version: packageJson.version, | ||
stability: packageJson.stability | ||
}; | ||
}); | ||
module.exports = versions; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11892
20
352
0
2