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

elastic-svg

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-svg - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

index.js

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

// v0.0.5
// v0.0.6

@@ -124,6 +124,6 @@ (function() {

// support various modular environments
if (typeof define === "function" && define.amd) { // RequireJS
if (typeof module === "object" && module.exports) { // webpack + browserify
module.exports = elasticSVG;
} else if (typeof define === "function" && define.amd) { // RequireJS
define(elasticSVG);
} else if (typeof module === "object" && module.exports) { // browserify
module.exports = elasticSVG;
} else {

@@ -130,0 +130,0 @@ root.elasticSVG = elasticSVG; // directly included

{
"name": "elastic-svg",
"version": "0.0.5",
"version": "0.0.6",
"description": "Responsive SVGs with no dependencies",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -43,2 +43,3 @@ # Elastic SVG elements

## Change log
+ *v0.0.6*: Flipped module and AMD check so as not to confuse webpack
+ *v0.0.5*: Now stays fixed height if only height specified

@@ -45,0 +46,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