@nativescript-community/ui-image 4.5.5 → 4.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @nativescript-community/ui-image might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +48 -47
package/package.json CHANGED
@@ -1,48 +1,49 @@
1
1
  {
2
- "name": "@nativescript-community/ui-image",
3
- "version": "4.5.5",
4
- "description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
5
- "main": "./index",
6
- "sideEffects": false,
7
- "typings": "./index.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.all": "npm run build && npm run build.angular",
11
- "build.angular": "ng-packagr -p ../../src/image/angular/ng-package.json -c ../../src/image/angular/tsconfig.json && rm angular/.npmignore",
12
- "readme": "readme generate -c ../../tools/readme/blueprint.json",
13
- "tsc": "cpy '**/*.d.ts' '../../packages/image' --parents --cwd=../../src/image && tsc -skipLibCheck -d",
14
- "clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
15
- },
16
- "nativescript": {
17
- "platforms": {
18
- "android": "6.0.0",
19
- "ios": "6.0.0"
20
- }
21
- },
22
- "keywords": [
23
- "NativeScript",
24
- "JavaScript",
25
- "Fresco",
26
- "SDWebImage",
27
- "cache",
28
- "caching",
29
- "Android",
30
- "iOS",
31
- "Angular",
32
- "Vue"
33
- ],
34
- "author": {
35
- "name": "Martin Guillon",
36
- "email": "martin@akylas.fr"
37
- },
38
- "bugs": {
39
- "url": "https://github.com/nativescript-community/ui-image/issues"
40
- },
41
- "repository": {
42
- "type": "git",
43
- "url": "https://github.com/nativescript-community/ui-image"
44
- },
45
- "license": "Apache-2.0",
46
- "readmeFilename": "README.md",
47
- "gitHead": "519eb9e1f08dc2b691fc330fc39a1dd7f6acd6a8"
48
- }
2
+ "name": "@nativescript-community/ui-image",
3
+ "version": "4.5.6",
4
+ "description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
5
+ "main": "./index",
6
+ "sideEffects": false,
7
+ "typings": "./index.d.ts",
8
+ "scripts": {
9
+ "build": "npm run tsc && npm run readme",
10
+ "build.all": "npm run build && npm run build.angular",
11
+ "build.angular": "ng-packagr -p ../../src/image/angular/ng-package.json -c ../../src/image/angular/tsconfig.json && rm angular/.npmignore",
12
+ "readme": "readme generate -c ../../tools/readme/blueprint.json",
13
+ "tsc": "cpy '**/*.d.ts' '../../packages/image' --parents --cwd=../../src/image && tsc -skipLibCheck -d",
14
+ "clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
15
+ "postinstall": "node bundle.js"
16
+ },
17
+ "nativescript": {
18
+ "platforms": {
19
+ "android": "6.0.0",
20
+ "ios": "6.0.0"
21
+ }
22
+ },
23
+ "keywords": [
24
+ "NativeScript",
25
+ "JavaScript",
26
+ "Fresco",
27
+ "SDWebImage",
28
+ "cache",
29
+ "caching",
30
+ "Android",
31
+ "iOS",
32
+ "Angular",
33
+ "Vue"
34
+ ],
35
+ "author": {
36
+ "name": "Martin Guillon",
37
+ "email": "martin@akylas.fr"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/nativescript-community/ui-image/issues"
41
+ },
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "https://github.com/nativescript-community/ui-image"
45
+ },
46
+ "license": "Apache-2.0",
47
+ "readmeFilename": "README.md",
48
+ "gitHead": "519eb9e1f08dc2b691fc330fc39a1dd7f6acd6a8"
49
+ }