New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xstyled/core

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstyled/core - npm Package Compare versions

Comparing version 1.15.1 to 1.16.0

11

CHANGELOG.md

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

# [1.16.0](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.15.1...v1.16.0) (2020-02-02)
### Features
* **core:** add outline-color to propGetters ([#82](https://github.com/smooth-code/xstyled/tree/master/packages/core/issues/82)) ([36d9585](https://github.com/smooth-code/xstyled/tree/master/packages/core/commit/36d9585c1672a0f5640619d074f778dc235fc288))
## [1.15.1](https://github.com/smooth-code/xstyled/tree/master/packages/core/compare/v1.15.0...v1.15.1) (2019-12-29)

@@ -8,0 +19,0 @@

1

dist/xstyled-core.cjs.js

@@ -156,2 +156,3 @@ 'use strict';

'border-left-color': system.getColor,
'outline-color': system.getColor,
fill: system.getColor,

@@ -158,0 +159,0 @@ // getRadius

@@ -150,2 +150,3 @@ import React from 'react';

'border-left-color': getColor,
'outline-color': getColor,
fill: getColor,

@@ -152,0 +153,0 @@ // getRadius

8

package.json
{
"name": "@xstyled/core",
"description": "xstyled core utilities",
"version": "1.15.1",
"version": "1.16.0",
"sideEffects": false,

@@ -25,6 +25,6 @@ "main": "dist/xstyled-core.cjs.js",

"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/system": "^1.15.1"
"@babel/runtime": "^7.8.3",
"@xstyled/system": "^1.16.0"
},
"gitHead": "ca84683705444b074527c3773e594e466e6a1694"
"gitHead": "60cba0cdbba087588d32243339cd2c0585747fd0"
}
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