Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-jss

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jss - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

10

modules/index.js

@@ -16,2 +16,4 @@ 'use strict';

function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression must either be null or a function, not ' + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) subClass.__proto__ = superClass; }
var _react = require('react');

@@ -56,5 +58,9 @@

return (function () {
return (function (_React$Component) {
_inherits(StyleSheetWrapper, _React$Component);
function StyleSheetWrapper() {
_classCallCheck(this, StyleSheetWrapper);
_React$Component.apply(this, arguments);
}

@@ -96,3 +102,3 @@

return StyleSheetWrapper;
})();
})(_react2['default'].Component);
}

@@ -99,0 +105,0 @@

4

package.json
{
"name": "react-jss",
"version": "1.0.4",
"version": "1.1.0",
"description": "JSS mixin for React components",

@@ -30,3 +30,3 @@ "main": "modules/index.js",

"peerDependencies": {
"jss": "^2.1.1",
"jss": "^2.3.0",
"react": ">=0.13"

@@ -33,0 +33,0 @@ },

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