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

@sfgrp/svg-radial-menu

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sfgrp/svg-radial-menu - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/svg-radial-menu.esm.js

4

package.json
{
"name": "@sfgrp/svg-radial-menu",
"version": "1.0.1",
"version": "1.0.2",
"description": "Library to create radial menus",
"main": "dist/svg-radial-menu.umd.js",
"main": "dist/svg-radial-menu.esm.js",
"module": "dist/svg-radial-menu.esm.js",

@@ -7,0 +7,0 @@ "private": false,

@@ -12,14 +12,8 @@ import typescript from '@rollup/plugin-typescript'

compact: true
},
{
file: pkg.main,
name: 'RadialMenu',
format: 'umd',
compact: true
},
}
],
external: ["tslib"],
plugins: [typescript(), uglify()]
plugins: [typescript()]
}
export default config
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