Socket
Socket
Sign inDemoInstall

jss

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jss - npm Package Compare versions

Comparing version 9.8.2 to 9.8.3

lib/types/cssom.js

4

changelog.md

@@ -0,1 +1,5 @@

## 9.8.3 / 2018-06-10
* Fix CSSOM local typings (flow stopped looking into node_modules if types are not imported directly since v0.57.0)
## 9.8.2 / 2018-06-01

@@ -2,0 +6,0 @@

2

lib/Jss.js

@@ -74,3 +74,3 @@ 'use strict';

this.id = instanceCounter++;
this.version = "9.8.2";
this.version = "9.8.3";
this.plugins = new _PluginsRegistry2['default']();

@@ -77,0 +77,0 @@ this.options = {

{
"name": "jss",
"description": "A lib for generating Style Sheets with JavaScript.",
"version": "9.8.2",
"version": "9.8.3",
"author": {

@@ -61,3 +61,3 @@ "name": "Oleg Slobodskoi",

"expect.js": "^0.3.1",
"flow-bin": "^0.72.0",
"flow-bin": "^0.73.0",
"json-loader": "^0.5.4",

@@ -129,3 +129,2 @@ "jss-cache": "^2.0.0",

"src",
"flow-typed",
"readme.md",

@@ -132,0 +131,0 @@ "changelog.md",

@@ -6,3 +6,3 @@ /* @flow */

import StyleRule from '../rules/StyleRule'
import type {Rule, JssValue, InsertionPoint} from '../types'
import type {CSSStyleRule, CSSOMRule, Rule, JssValue, InsertionPoint} from '../types'
import toCssValue from '../utils/toCssValue'

@@ -9,0 +9,0 @@

/* @flow */
import RuleList from '../RuleList'
import type {Rule, RuleOptions, ToCssOptions, JssStyle, BaseRule} from '../types'
import type {CSSStyleRule, Rule, RuleOptions, ToCssOptions, JssStyle, BaseRule} from '../types'

@@ -5,0 +5,0 @@ /**

/* @flow */
import toCss from '../utils/toCss'
import type {RuleOptions, JssStyle, ToCssOptions, BaseRule} from '../types'
import type {CSSStyleRule, RuleOptions, JssStyle, ToCssOptions, BaseRule} from '../types'

@@ -5,0 +5,0 @@ export default class FontFaceRule implements BaseRule {

/* @flow */
import RuleList from '../RuleList'
import type {RuleOptions, ToCssOptions, BaseRule} from '../types'
import type {CSSStyleRule, RuleOptions, ToCssOptions, BaseRule} from '../types'

@@ -5,0 +5,0 @@ /**

/* @flow */
import type {RuleOptions, ToCssOptions, BaseRule} from '../types'
import type {CSSStyleRule, RuleOptions, ToCssOptions, BaseRule} from '../types'

@@ -4,0 +4,0 @@ export default class SimpleRule implements BaseRule {

@@ -6,2 +6,3 @@ /* @flow */

import type {
CSSStyleRule,
ToCssOptions,

@@ -8,0 +9,0 @@ RuleOptions,

/* @flow */
import toCss from '../utils/toCss'
import type {RuleOptions, JssStyle, ToCssOptions, BaseRule} from '../types'
import type {CSSStyleRule, RuleOptions, JssStyle, ToCssOptions, BaseRule} from '../types'

@@ -5,0 +5,0 @@ export default class ViewportRule implements BaseRule {

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