Socket
Socket
Sign inDemoInstall

theo

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theo - npm Package Compare versions

Comparing version 6.0.0-alpha.6 to 6.0.0-alpha.7

lib/formats/aura.tokens.js

4

lib/definition.js

@@ -138,3 +138,3 @@ // Copyright (c) 2015-present, salesforce.com, inc. All rights reserved

def.get('imports').reduce((aliases, i) =>
aliases.merge(i.get('aliases'))
i.get('aliases', Immutable.Map()).merge(aliases)
, aliases)

@@ -144,3 +144,3 @@ )

def.get('imports').reduce((props, i) =>
props.merge(i.get('props'))
i.get('props', Immutable.Map()).merge(props)
, props)

@@ -147,0 +147,0 @@ )

{
"name": "theo",
"version": "6.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"license": "BSD-3-Clause",

@@ -41,17 +41,19 @@ "description": "Design Tokens formatter",

"dependencies": {
"core.lambda": "^1.0.0",
"data.either": "^1.5.0",
"handlebars": "^4.0.6",
"handlebars-helpers": "^0.8.0",
"immutable": "^3.8.1",
"immutable-ext": "^1.0.8",
"js-yaml": "^3.8.1",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"no-case": "^2.3.1",
"tinycolor2": "~1.4.1"
"core.lambda": "1.0.0",
"data.either": "1.5.0",
"glob": "7.1.2",
"handlebars": "4.0.6",
"handlebars-helpers": "0.8.0",
"immutable": "3.8.1",
"immutable-ext": "1.0.8",
"js-yaml": "3.8.1",
"json5": "0.5.1",
"lodash": "4.17.4",
"no-case": "2.3.1",
"pretty-data": "0.40.0",
"tinycolor2": "1.4.1"
},
"devDependencies": {
"jest": "^20.0.0",
"standard": "^10.0.0"
"jest": "20.0.0",
"standard": "10.0.0"
},

@@ -58,0 +60,0 @@ "standard": {

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