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

svelte-imgix

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-imgix - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/svelte-imgix.es.js

49

package.json
{
"name": "svelte-imgix",
"description": "Svelte action for responsive, lazily loaded images with Imgix",
"version": "2.0.0",
"description": "Svelte action for responsive, lazily-loaded images with Imgix",
"version": "2.1.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Madeleine Ostoja",
"files": [
"dist"
],
"main": "./dist/svelte-imgix.umd.js",
"module": "./dist/svelte-imgix.es.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"develop": "rollup -cw",
"prepublishOnly": "npm run build"
"develop": "vite",
"build": "vite build && tsc",
"prepublishOnly": "yarn build"
},
"exports": {
".": {
"import": "./dist/svelte-imgix.es.js",
"require": "./dist/svelte-imgix.umd.js"
}
},
"keywords": [

@@ -22,24 +32,17 @@ "svelte",

],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/madeleineostoja/svelte-imgix"
"url": "https://github.com/peppercorntsudio/svelte-imgix"
},
"bugs": {
"url": "https://github.com/madeleineostoja/svelte-imgix/issues"
"url": "https://github.com/peppercorntsudio/svelte-imgix/issues"
},
"devDependencies": {
"prettier": "^2.3.0",
"typescript": "^4.2.3",
"vite": "^2.3.3"
},
"dependencies": {
"query-string": "^6.13.7"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"prettier": "^2.1.2",
"rollup": "^2.33.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
"query-string": "^7.0.0"
}
}

@@ -1,5 +0,7 @@

# Svelte Use Imgix
# Svelt Imgix
Svelte action for responsive, lazily-loaded images withImgix
[![NPM](https://img.shields.io/npm/v/svelte-imgix)](https://www.npmjs.com/package/svelte-imgix) [![License](https://img.shields.io/npm/l/svelte-imgix)](https://github.com/peppercorntsudio/svelte-imgix/blob/master/LICENSE.md)
Svelte action for responsive, lazily-loaded images with Imgix
### Features

@@ -13,3 +15,3 @@

```sh
npm i svelte-use-imgix
npm i svelte-imgix
```

@@ -19,3 +21,3 @@

<script>
import imgix from 'svelte-use-imgix';
import imgix from 'svelte-imgix';
</script>

@@ -22,0 +24,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