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

@indoqa/style-system

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@indoqa/style-system - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# v1.1.1 | 2019-04-02
* no changes
# v1.1.0 | 2019-03-27

@@ -2,0 +5,0 @@ * upgrade react-router@5.0.0

2

dist/indoqa-style-system.cjs.js

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

var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

@@ -334,0 +334,0 @@ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;

@@ -325,3 +325,3 @@ import { FelaComponent, createComponentWithProxy, RendererContext } from 'react-fela';

var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

@@ -328,0 +328,0 @@ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;

{
"name": "@indoqa/style-system",
"version": "1.1.0",
"version": "1.1.1",
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)",

@@ -49,3 +49,3 @@ "description": "A style system for React with Typescript typed theme support and several base components.",

},
"gitHead": "845bf9e609885b86ce902112b49a64449665b762"
"gitHead": "3dfa85457d0338c756b71f3867bda78047fe95a7"
}
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