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

svg-crowbar

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-crowbar - npm Package Compare versions

Comparing version 0.6.5-0 to 0.6.5

12

package.json
{
"name": "svg-crowbar",
"version": "0.6.5-0",
"version": "0.6.5",
"description": "A library based on a Chrome-specific bookmarklet that extracts SVG nodes and accompanying styles from an HTML document and downloads them as an SVG file",

@@ -17,4 +17,4 @@ "main": "./dist/cjs/index.js",

"build": "npm run clean && npm run build-umd && npm run build-cjs && npm run build-esm",
"build-umd": "webpack ./src/index.js --mode=production",
"build-umd-dev": "webpack ./src/index.js --mode=development",
"build-umd": "webpack --entry ./src/index.js --mode=production",
"build-umd-dev": "webpack --entry ./src/index.js --mode=development",
"build-cjs": "BABEL_ENV=commonjs babel src/* --out-dir dist/cjs --copy-files",

@@ -46,9 +46,9 @@ "build-esm": "BABEL_ENV=esmodules babel src/* --out-dir dist/esm --copy-files",

"electron": "10.2.0",
"eslint": "7.16.0",
"eslint": "7.17.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"prettier": "2.2.1",
"webpack": "5.11.1",
"webpack-cli": "4.2.0"
"webpack-cli": "4.3.1"
},

@@ -55,0 +55,0 @@ "jest": {

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