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.1.0 to 1.1.1

index.cjs

3

_build.js

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

// Fylgja (https://fylgja.dev)
// Licensed under MIT Open Source
import { propsBuilder } from "@fylgja/props-builder";

@@ -2,0 +5,0 @@ import props from "./index.js";

@@ -9,2 +9,6 @@ # Changelog

## [1.1.1] - 2022-08-14
### Added
- Added support for both CommonJS and ESM import syntax's
## [1.1.0] - 2022-06-05

@@ -11,0 +15,0 @@ ### Added

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

// Fylgja (https://fylgja.dev)
// Licensed under MIT Open Source
export default {

@@ -2,0 +5,0 @@ ratio: {

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

@@ -9,5 +9,13 @@ "homepage": "https://fylgja.dev/",

"type": "module",
"main": "index.js",
"main": "index.cjs",
"unpkg": "aspect-ratio.css",
"style": "aspect-ratio.css",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"default": "./index.cjs"
}
},
"repository": {

@@ -14,0 +22,0 @@ "type": "git",

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