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

stylefire

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylefire - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [1.2.3] 2018-03-04
### Fixed
- `css.onRead` now correctly requesting props as dash-case.
## [1.2.2] 2018-03-04

@@ -7,0 +13,0 @@

2

css/index.js

@@ -26,3 +26,3 @@ "use strict";

else {
var domValue = window.getComputedStyle(element, null).getPropertyValue(prefixer_1.default(key)) || 0;
var domValue = window.getComputedStyle(element, null).getPropertyValue(prefixer_1.default(key, true)) || 0;
return (valueType && valueType.parse) ? valueType.parse(domValue) : domValue;

@@ -29,0 +29,0 @@ }

{
"name": "stylefire",
"version": "1.2.2",
"version": "1.2.3",
"description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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