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

svg-baker

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

svg-baker - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/__tests__/symbol.test.js

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

import { parser } from 'posthtml-svg-mode';
import SpriteSymbol from '../symbol';
import FileRequest from '../request';
import { parser } from 'posthtml-svg-mode';

@@ -5,0 +5,0 @@ let fixture;

const processor = require('posthtml-svg-mode');
const fill = require('posthtml-svg-fill');
const renameId = require('posthtml-rename-id/lib/posthtml-rename-id');
const renameId = require('posthtml-rename-id');
const normalizeViewBox = require('./transformations/normalize-viewbox');

@@ -5,0 +5,0 @@ const rasterToSVG = require('./transformations/raster-to-svg');

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

/* global utils */
const plugin = require('../extract-namespaces-to-root');

@@ -2,0 +3,0 @@

{
"name": "svg-baker",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -15,3 +15,2 @@ "author": "kisenka <qtuzov@gmail.com> (https://github.com/kisenka)",

"merge-options": "0.0.64",
"posthtml": "^0.9.2",
"posthtml-svg-fill": "^1.0",

@@ -18,0 +17,0 @@ "posthtml-svg-mode": "^1.0",

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