svelte-imgix
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
3
6
31
16714
56
1
+ Addedquery-string@7.1.3(transitive)
- Removedquery-string@6.14.1(transitive)
Updatedquery-string@^7.0.0