Socket
Socket
Sign inDemoInstall

aphrodite

Package Overview
Dependencies
2
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

2.4.0

Diff

lencioni
published 2.3.1 •

Changelog

Source

2.3.1

  • Use deep import for inline-style-prefixer (#363)
lencioni
published 2.3.0 •

Changelog

Source

2.3.0

  • Bump inline-style-prefixer 4.0.2 -> 5.0.4 (#358)
  • Update rollup to v1.2.0 and babel to v7 (#362)
lencioni
published 2.2.3 •

Changelog

Source

2.2.3

  • Bump inline-style-prefixer 4.0.0 -> 4.0.2 (#341)
lencioni
published 2.2.2 •

Changelog

Source

2.2.2

  • Fix multiple @font-face of the same name (#327)
  • Fix typings to allow for extending (#330)
lencioni
published 2.2.1 •

Changelog

Source

2.2.1

  • Use code-splitting for default and no-important builds (#325)
lencioni
published 2.2.0 •

Changelog

Source

2.2.0

  • Expose defaultSelectorHandlers and injectAndGetClassName (#320)
lencioni
published 2.1.1 •

Changelog

Source

2.1.1

  • Add minify and flushToStyleTag to no-important (#316)
lencioni
published 2.1.0 •

Changelog

Source

2.1.0

  • Expose flushToStyleTag (#310)
lencioni
published 2.0.0 •

Changelog

Source

2.0.0

  • Selector handlers now must return an array of rules. Returning a string containing multiple rules is deprecated. The fallback behavior for selector handlers that still return strings is to use media queries, which are not supported in older browsers like Internet Explorer 8, which makes this a breaking change. If you find yourself seeing this warning, you need to update your custom selector handlers to return arrays of strings instead of plain strings. This fallback will be removed entirely in a future major release.
  • insertRule is now used to inject styles to the style element (#240)
  • New minify() controls the minification of style names (defaults to true when process.env.NODE_ENV === 'production') (#291)
  • New TypeScript typings (#302)
  • New StyleSheetTestUtils.getBufferedStyles() (#294)
  • StyleSheetTestUtils will be minified out in production builds (i.e. when process.env.NODE_ENV === 'production') (#305)
  • Reduce bundle size impact by building with rollup instead of webpack (#281)
  • Simplify output for more useful RunKit result (#244)
  • Update inline-style-prefixer dependency to v4 (#297)
234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc