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

@fylgja/aspect-ratio

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fylgja/aspect-ratio - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

_build.js

13

package.json
{
"name": "@fylgja/aspect-ratio",
"version": "1.0.0",
"version": "1.1.0",
"description": "The aspect ratio component allows you to make not just videos. But anything you want to a certain responsive aspect ratio",

@@ -8,4 +8,6 @@ "homepage": "https://fylgja.dev/",

"license": "MIT",
"type": "module",
"main": "index.js",
"unpkg": "aspect-ratio.css",
"style": "aspect-ratio.css",
"sass": "_index.scss",
"repository": {

@@ -23,4 +25,9 @@ "type": "git",

"scripts": {
"build": "sass aspect-ratio.scss aspect-ratio.css --no-source-map -s compressed"
"build:props": "node _build.js",
"build:legacy": "npx sass aspect-ratio.scss aspect-ratio.css --no-source-map -s compressed",
"build": "npm run build:props && npm run build:legacy"
},
"devDependencies": {
"@fylgja/props-builder": "^0.1.0"
}
}

@@ -20,4 +20,4 @@ # Fylgja - Aspect Ratio

@use "@fylgja/aspect-ratio";
// Or via PostCSS and other options as plain CSS
@import "@fylgja/aspect-ratio/aspect-ratio.css";
// Or via PostCSS import
@import "@fylgja/aspect-ratio";
```

@@ -62,3 +62,5 @@

cssnano: {
preset: ['default', { calc: false }]
preset: ['default', {
calc: false
}]
}

@@ -65,0 +67,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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