Socket
Socket
Sign inDemoInstall

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 2.3.0 to 2.3.1

6

CHANGELOG.md

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

## [2.3.1] 2018-11-19
### Fixed
- Removing options requirement in `styler`.
## [2.3.0] 2018-11-19

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

2

lib/index.d.ts
import createStylerFactory from './styler';
import { buildStyleProperty } from './css/build-styles';
import { Styler, Props } from './styler/types';
export default function (nodeOrSelector: Element | string | Window, props: Props): Styler;
export default function (nodeOrSelector: Element | string | Window, props?: Props): Styler;
export { createStylerFactory, Styler, buildStyleProperty };
{
"name": "stylefire",
"version": "2.3.0",
"version": "2.3.1",
"description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.",

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

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