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

@yoast/style-guide

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yoast/style-guide - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0-alpha.0

build/colors.json

36

package.json
{
"name": "@yoast/style-guide",
"version": "0.13.0",
"version": "0.14.0-alpha.0",
"description": "Yoast style guide.",
"main": "index.js",
"repository": "https://github.com/Yoast/javascript",
"main": "build/index.js",
"files": [
"build",
"!*.map"
],
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wordpress-seo",
"directory": "packages/style-guide"
},
"author": "Yoast",

@@ -11,15 +19,23 @@ "license": "GPL-3.0",

"scripts": {
"prepublishOnly": "rm -rf dist && cp -R src dist && cp package.json dist/package.json && json -I -f dist/package.json -e \"this.main='index.js'\" && mkdir dist/src && cp src/_colors.scss dist/src/_colors.scss && cp .babelrc dist/.babelrc"
"build": "yarn clean && yarn build:js && yarn build:json",
"build:js": "babel src --out-dir build",
"build:json": "cp src/*.json build/",
"clean": "rm -rf build"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.2.2",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.16.11",
"@yoast/browserslist-config": "^1.2.3",
"@yoast/helpers": "^0.17.0-alpha.0",
"babel-plugin-styled-components": "^2.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1",
"browserslist": "^4.7.3",
"grunt": "^1.0.3",
"grunt-scss-to-json": "https://github.com/atimmer/grunt-scss-to-json",
"load-grunt-config": "^1.0.1"
"json": "^11.0.0",
"styled-components": "^5.3.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "582d1e8cbd165c6d59270ab1ac3a1a325e204341"
}
}
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