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

gatsby-design-tokens

Package Overview
Dependencies
Maintainers
11
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-design-tokens - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

dist/index.js

4

CHANGELOG.md

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

## [1.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.8...gatsby-design-tokens@1.0.9) (2019-10-04)
**Note:** Version bump only for package gatsby-design-tokens
## [1.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@1.0.6...gatsby-design-tokens@1.0.8) (2019-09-26)

@@ -8,0 +12,0 @@

27

package.json
{
"name": "gatsby-design-tokens",
"version": "1.0.8",
"version": "1.0.9",
"description": "Gatsby Design Tokens",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "src/index.js",
"sideEffects": "false",
"author": "Florian Kissling <flo@gatsbyjs.com>",

@@ -13,18 +16,18 @@ "license": "MIT",

},
"files": [
"./dist/**/*"
],
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"build": "(microbundle build --sourcemap=false -f es,cjs && agadoo dist/index.esm.js) || node -e \"console.log('\\nMicrobundle failed, make sure you\\'re using node version 10.16 or higher\\n');process.exit(1)\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
"watch": "microbundle watch --sourcemap=false -f es,cjs"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"babel-preset-gatsby-package": "^0.2.7",
"cross-env": "^5.2.1"
"agadoo": "^1.1.0",
"cross-env": "^5.2.1",
"microbundle": "^0.12.0-next.6",
"preval.macro": "^3.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "c0d5420247ee325dbfce5f0aa3e5222c47d06a2c"
"gitHead": "077cccaab43052252ae14ac11e6a06de9cb5c4c4"
}
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