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

stilr

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stilr - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.js

2

package.json
{
"name": "stilr",
"version": "0.0.1",
"version": "0.0.2",
"description": "Encapsulated styling for your javascript components with all the power of javascript and CSS combined. Usefull with React",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -41,3 +41,3 @@ #Stilr

#### `string StyleSheet.render()`
Stilr outputs the contents of it's internal stylesheet as a string of css
Stilr outputs the contents of its internal stylesheet as a string of css

@@ -123,3 +123,3 @@ __Example__

`:before` etc.
Media queries are the same, e.g. `palm` is just a string: `@media screen and (max-width:600px)`. Any valid media query is allowed.
Media queries are the same, e.g. `palm` in the example is just a string: `@media screen and (max-width:600px)`. Any valid media query is allowed.

@@ -126,0 +126,0 @@ Since we just have a bunch of class names now, we can use these in our React

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