atomic-spinner
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -1219,3 +1219,5 @@ import * as React from 'react'; | ||
***************************************************************************** */ | ||
/* global Reflect, Promise, SuppressedError, Symbol */ | ||
var __assign = function() { | ||
@@ -1232,2 +1234,7 @@ __assign = Object.assign || function __assign(t) { | ||
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { | ||
var e = new Error(message); | ||
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; | ||
}; | ||
var NucleusLayer = function (_a) { | ||
@@ -1234,0 +1241,0 @@ var particleFillColor = _a.particleFillColor, particleBorderColor = _a.particleBorderColor, particleBorderWidth = _a.particleBorderWidth, particlesPerLayer = _a.particlesPerLayer, particleSize = _a.particleSize, distanceFromCenter = _a.distanceFromCenter, orbitTime = _a.orbitTime, startingAngle = _a.startingAngle; |
@@ -1239,3 +1239,5 @@ 'use strict'; | ||
***************************************************************************** */ | ||
/* global Reflect, Promise, SuppressedError, Symbol */ | ||
var __assign = function() { | ||
@@ -1252,2 +1254,7 @@ __assign = Object.assign || function __assign(t) { | ||
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { | ||
var e = new Error(message); | ||
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; | ||
}; | ||
var NucleusLayer = function (_a) { | ||
@@ -1254,0 +1261,0 @@ var particleFillColor = _a.particleFillColor, particleBorderColor = _a.particleBorderColor, particleBorderWidth = _a.particleBorderWidth, particlesPerLayer = _a.particlesPerLayer, particleSize = _a.particleSize, distanceFromCenter = _a.distanceFromCenter, orbitTime = _a.orbitTime, startingAngle = _a.startingAngle; |
{ | ||
"name": "atomic-spinner", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Customizable React loading spinner that looks like an atom", | ||
@@ -49,32 +49,32 @@ "author": "David Lounsbrough", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@types/node": "^18.15.11", | ||
"@rollup/plugin-commonjs": "^25.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/node": "^20.4.6", | ||
"@types/prop-types": "^15.7.5", | ||
"@types/react": "^18.0.35", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/react": "^18.2.18", | ||
"@types/react-dom": "^18.2.7", | ||
"@types/webpack": "^5.28.1", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"compression-webpack-plugin": "^10.0.0", | ||
"cypress": "^12.9.0", | ||
"eslint": "^8.38.0", | ||
"eslint-config-standard-with-typescript": "^34.0.1", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-n": "^15.7.0", | ||
"cypress": "^12.17.3", | ||
"eslint": "^8.46.0", | ||
"eslint-config-standard-with-typescript": "^37.0.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-n": "^16.0.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react": "^7.33.1", | ||
"gh-pages": "^5.0.0", | ||
"postcss": "^8.4.21", | ||
"postcss": "^8.4.27", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.20.2", | ||
"rollup": "^3.27.1", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"ts-loader": "^9.4.2", | ||
"rollup-plugin-typescript2": "^0.35.0", | ||
"ts-loader": "^9.4.4", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.79.0" | ||
"tslib": "^2.6.1", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
272803
2472