New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ably/ui

Package Overview
Dependencies
Maintainers
4
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ably/ui - npm Package Compare versions

Comparing version 14.2.0 to 14.3.0-dev.7575817

core/.DS_Store

2

core/load-sprites.js

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

export default(spritesUrl=>{fetch(spritesUrl).then(response=>response.text()).then(image=>{const container=document.createElement("div");container.style.display="none";container.innerHTML=image;document.body.appendChild(container)}).catch(err=>console.error(err))});
export default(spritesUrl=>{if(document.querySelector(".ably-sprites"))return;fetch(spritesUrl).then(response=>response.text()).then(image=>{const container=document.createElement("div");container.className="ably-sprites";container.style.opacity=0;container.style.position="absolute";container.style.width="0";container.style.height="0";container.innerHTML=image;document.body.appendChild(container)}).catch(err=>console.error(err))});
{
"name": "@ably/ui",
"version": "14.2.0",
"version": "14.3.0-dev.7575817",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",

@@ -18,9 +18,9 @@ "repository": {

"@mrtkrcm/cypress-plugin-snapshots": "https://github.com/mrtkrcm/cypress-plugin-snapshots#v1.13.0",
"@storybook/addon-essentials": "^8.1.7",
"@storybook/addon-interactions": "^8.1.7",
"@storybook/addon-links": "^8.1.7",
"@storybook/blocks": "^8.1.7",
"@storybook/react": "^8.1.7",
"@storybook/react-vite": "^8.1.7",
"@storybook/test": "^8.1.7",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@swc/cli": "^0.4.0",

@@ -40,3 +40,3 @@ "@swc/core": "^1.4.11",

"prettier": "^3.2.5",
"storybook": "^8.1.7",
"storybook": "^8.2.9",
"svg-sprite": "^2.0.4",

@@ -50,5 +50,4 @@ "tailwindcss": "^3.3.6",

"build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths",
"build:sprites": "svg-sprite -C .svgrc src/core/icons/*.svg",
"build:cleanup": "mv dist/* . && rm -r dist",
"build": "yarn build:prebuild && yarn build:swc && yarn build:sprites && yarn build:cleanup",
"build": "yarn build:prebuild && yarn build:swc && node sprites.js && yarn build:cleanup",
"watch": "yarn build:swc -w",

@@ -55,0 +54,0 @@ "format:check": "prettier -c *.{js,ts} src/**/*.{js,ts,tsx}",

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