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

@zywave/notes-widget

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/notes-widget - npm Package Compare versions

Comparing version 1.0.0-rc.18 to 1.0.0-rc.25

10

package.json
{
"name": "@zywave/notes-widget",
"version": "1.0.0-rc.18",
"version": "1.0.0-rc.25",
"description": "A custom web component for notes functionality through a widget",

@@ -21,8 +21,8 @@ "main": "dist/notes-widget.js",

"docs": "npm run docs:clean && npm run build && npm run analyze && npm run docs:build && npm run docs:assets && npm run docs:gen",
"docs:clean": "rimraf public",
"docs:clean": "rimraf ../../../public",
"docs:gen": "eleventy --config=.eleventy.cjs",
"docs:gen:watch": "eleventy --config=.eleventy.cjs --watch",
"docs:build": "rollup -c --dir public/notes-widget-bundle",
"docs:assets": "cp node_modules/prismjs/themes/prism-okaidia.css public/",
"docs:serve": "wds --root-dir=public --node-resolve --watch",
"docs:build": "rollup -c --dir ../../../public/notes-widget-bundle",
"docs:assets": "cp node_modules/prismjs/themes/prism-okaidia.css ../../../public/",
"docs:serve": "wds --root-dir=../../../public --node-resolve --watch",
"analyze": "wca analyze \"src/**/*.ts\" --outFile custom-elements.json",

@@ -29,0 +29,0 @@ "serve": "wds --watch",

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