Socket
Socket
Sign inDemoInstall

@styled-system/theme-get

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@styled-system/theme-get - npm Package Compare versions

Comparing version 5.0.0-alpha.0 to 5.0.0

11

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports["default"] = exports.themeGet = void 0;

@@ -10,4 +8,7 @@

var themeGet = function themeGet(path) {
var fallback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
var themeGet = function themeGet(path, fallback) {
if (fallback === void 0) {
fallback = null;
}
return function (props) {

@@ -14,0 +15,0 @@ return (0, _core.get)(props.theme, path, fallback);

{
"name": "@styled-system/theme-get",
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"scripts": {
"prepare": "babel src -d dist"
},
"dependencies": {
"@styled-system/core": "^5.0.0-alpha.0"
"@styled-system/core": "^5.0.0"
},
"gitHead": "5357d5b7338f1236054dcd026bb27d8ca6a8e146",
"gitHead": "e67157cfd0222c355826adf5ad271534653c00df",
"publishConfig": {

@@ -15,0 +13,0 @@ "access": "public"

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