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

@types/svgo

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/svgo - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

svgo/index.d.ts

@@ -208,3 +208,4 @@ // Type definitions for svgo 1.2

declare class SVGO {
constructor(options?: SVGO.Options);
static Config(config?: SVGO.Options): SVGO.Options;
constructor(config?: SVGO.Options);
optimize(svgString: string, info?: SvgInfo): Promise<OptimizedSvg>;

@@ -211,0 +212,0 @@ }

{
"name": "@types/svgo",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for svgo",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "5292ca816645c7b5360a714c869aa6be459a482bda9737683da77da6efee4243",
"typesPublisherContentHash": "93d92f7add9f7936b85131aa92b6ebf4f4daea9c4c3e81bd23a6e358c4cabafc",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 26 Jun 2019 18:06:14 GMT
* Last updated: Mon, 22 Jul 2019 19:32:28 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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