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

styled-tools

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-tools - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.js

@@ -23,3 +23,3 @@ 'use strict';

/**
* Returns the value of props[path] or defaultValue
* Returns the value of `props[path]` or `defaultValue`
* @example

@@ -33,3 +33,3 @@ * const Button = styled.button`

/**
* Returns pass if prop is truthy. Otherwise returns fail
* Returns `pass` if prop is truthy. Otherwise returns `fail`
* @example

@@ -36,0 +36,0 @@ * // usage with styled-theme

{
"name": "styled-tools",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utilities for styled-components",

@@ -29,3 +29,2 @@ "license": "MIT",

"clean": "del dist",
"postinstall": "npm run flow-typed",
"prebuild": "npm run docs && npm run clean",

@@ -32,0 +31,0 @@ "build": "babel src -d dist",

@@ -40,3 +40,3 @@ # styled-tools

Returns the value of props[path] or defaultValue
Returns the value of `props[path]` or `defaultValue`

@@ -60,3 +60,3 @@ **Parameters**

Returns pass if prop is truthy. Otherwise returns fail
Returns `pass` if prop is truthy. Otherwise returns `fail`

@@ -63,0 +63,0 @@ **Parameters**

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