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

jss-vendor-prefixer

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss-vendor-prefixer - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

bower.json
{
"name": "jss-vendor-prefixer",
"description": "Vendor prefixer for jss",
"version": "0.1.2",
"version": "0.1.3",
"author": {

@@ -28,5 +28,4 @@ "name": "Oleg Slobodskoi",

"dependencies": {
"css-vendor": "0.1.x",
"jsstyles": "0.x"
"jsstyles": "^1.0.0"
}
}

2

examples/property/app.js
// Application
jss.use(jssVendorPrefixer)
jss.createStyleSheet(window.styles).attach()
jss.createStyleSheet(window.styles, {named: false}).attach()

@@ -0,3 +1,7 @@

## 0.1.3 / 2014-01-31
- update jss to 1.0
## 0.1.0 / 2014-11-28
- first release in a separate repository for plugins
{
"name": "jss-vendor-prefixer",
"description": "Vendor prefixer for jss",
"version": "0.1.2",
"version": "0.1.3",
"author": {

@@ -34,7 +34,7 @@ "name": "Oleg Slobodskoi",

"xpkg": "0.2.x",
"jss": "0.x"
"jss": "^1.0.0"
},
"peerDependencies": {
"jss": "0.x"
"jss": "^1.0.0"
}
}
## Vendor prefixer plugin for JSS
Vendor prefixes are handled automatically using a smart check which results are cached. [See example.](http://jsstyles.github.io/jss-vendor-prefixer/examples/property/index.html)
This vendor prefixer knows which properties are supported in the current runtime and adds only whats required. The best thing is - you don't need to download all of them. Also it is very fast, all checks are cached. [See example.](http://jsstyles.github.io/jss-vendor-prefixer/examples/property/index.html)

@@ -5,0 +5,0 @@ ```javascript

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