@socketsupply/components
Advanced tools
Comparing version 13.2.19 to 13.2.21
{ | ||
"name": "@socketsupply/components", | ||
"version": "13.2.19", | ||
"version": "13.2.21", | ||
"description": "Example components", | ||
@@ -10,6 +10,6 @@ "scripts": { | ||
"prepare": "npm run dist && npm run dist-esm && npm run lint", | ||
"lint": "npr standard -v", | ||
"test": "npr standard && npm run dist && esbuild --bundle _test/index.js | npr tape-run", | ||
"test:ci": "npm run dist && esbuild --bundle _test/index.js | npr tape-run", | ||
"test:open": "npm run dist && esbuild --bundle _test/index.js | npr tape-run --browser chrome --keep-open", | ||
"lint": "standard -v", | ||
"test": "standard && npm run dist && esbuild --bundle _test/index.js | tape-run", | ||
"test:ci": "npm run dist && esbuild --bundle _test/index.js | tape-run", | ||
"test:open": "npm run dist && esbuild --bundle _test/index.js | tape-run --browser chrome --keep-open", | ||
"pub": "npm pub && npm publish --registry https://npm.pkg.github.com" | ||
@@ -36,13 +36,9 @@ }, | ||
"@socketsupply/tonic": "14.1.0", | ||
"standard": "16.0.4", | ||
"tape-run": "9.0.0", | ||
"chart.js": "^2.9.2", | ||
"esbuild": "0.13.8", | ||
"git-hooks": "1.1.10", | ||
"npm-bin-deps": "1.10.2", | ||
"qsa-min": "1.0.2", | ||
"tapzero": "^0.6.0" | ||
}, | ||
"binDependencies": { | ||
"standard": "16.0.4", | ||
"tape-run": "9.0.0" | ||
} | ||
} |
@@ -462,2 +462,3 @@ const Tonic = require('@socketsupply/tonic') | ||
if (this.props.refresh) { | ||
clearInterval(this.interval) | ||
this.interval = setInterval(() => { | ||
@@ -464,0 +465,0 @@ this.reRender(props => ({ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
739919
75
21793