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

@duetds/icons

Package Overview
Dependencies
Maintainers
2
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duetds/icons - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

lib/assets/messaging-checked-small.js

1

lib/_data/duet-icons.json

@@ -95,2 +95,3 @@ {

{ "title": "messaging-checked" },
{ "title": "messaging-checked-small" },
{ "title": "messaging-claim-certificate" },

@@ -97,0 +98,0 @@ { "title": "messaging-date-moved" },

5

lib/scripts/sketch.js

@@ -33,6 +33,3 @@ #!/usr/bin/env node

let name = toTitleCase(obj[prop].title.replace(/-/i, "/ ").replace(/-/gi, " ")).replace("/ ", "/")
let code = obj[prop].svg.replace(
"role='img'",
"data-sketch-symbol='Duet Icons/" + name + "' role='img'"
)
let code = obj[prop].svg.replace("role='img'", "data-sketch-symbol='Duet Icons/" + name + "' role='img'")
html += code

@@ -39,0 +36,0 @@ }

{
"name": "@duetds/icons",
"version": "1.0.6",
"version": "1.0.7",
"description": "This package includes Duet Icons and related tools.",

@@ -36,3 +36,3 @@ "author": "Viljami Salminen <ext-viljami.salminen@lahitapiola.fi>",

},
"gitHead": "d86ddf3d67c41fb482d2c2208dcad292e5bc9b02",
"gitHead": "ffcdbfd698a3d08af3fc7e500b8b3844b92dffd5",
"devDependencies": {

@@ -39,0 +39,0 @@ "copyfiles": "^2.1.0",

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