Socket
Socket
Sign inDemoInstall

@semcore/spin

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/spin - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.0.2] - 2019-09-30
### Change
- Нужные зависимости перенесены в `utils`, размер должен стать меньше
## [2.0.1] - 2019-05-13

@@ -7,0 +13,0 @@

4

lib/index.es.js

@@ -36,4 +36,4 @@ import _objectSpread from '@babel/runtime/helpers/objectSpread';

(function cssModulesFnInject() {
if (typeof window !== 'undefined') {
(function cssModulesFnInject(_path) {
if (_path && typeof window !== 'undefined') {
var head = window.document.head;

@@ -40,0 +40,0 @@ var prevStyle = head.querySelector('._css-style');

@@ -43,4 +43,4 @@ 'use strict';

(function cssModulesFnInject() {
if (typeof window !== 'undefined') {
(function cssModulesFnInject(_path) {
if (_path && typeof window !== 'undefined') {
var head = window.document.head;

@@ -47,0 +47,0 @@ var prevStyle = head.querySelector('._css-style');

@@ -14,3 +14,3 @@ import React, { PureComponent } from 'react';

* Хорошо работает для вложенного спиннера во `flex`,
* иначе варавнивание произойдет только по горизонтали.
* иначе выравнивание произойдет только по горизонтали.
* */

@@ -17,0 +17,0 @@ centered?: boolean;

{
"name": "@semcore/spin",
"description": "SEMRush Spin Component",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/index.js",

@@ -12,20 +12,9 @@ "module": "lib/index.es.js",

"build": "rollup --config=node:rollup-config-ts",
"test": "jest --no-cache"
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@semcore/paint": "^3.1.0",
"@semcore/flex-box": "^3.1.0",
"@types/react": "^16.8.17",
"classnames": "^2.2.6"
"@semcore/utils": "^3.1",
"@semcore/paint": "^3.2",
"@semcore/flex-box": "^3.1"
},
"peerDependencies": {
"react": "^16.4.0"
},
"devDependencies": {
"babel-preset-ui": "*",
"jest": "*",
"jest-preset-ui": "*",
"react": "^16.4.0"
},
"jest": {

@@ -32,0 +21,0 @@ "preset": "jest-preset-ui"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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