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

@socketsupply/components

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsupply/components - npm Package Compare versions

Comparing version 13.2.19 to 13.2.21

18

package.json
{
"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

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