@player-ui/partial-match-fingerprint-plugin
Advanced tools
Comparing version 0.8.0--canary.307.9645 to 0.8.0--canary.410.15865
{ | ||
"name": "@player-ui/partial-match-fingerprint-plugin", | ||
"version": "0.8.0--canary.307.9645", | ||
"private": false, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"peerDependencies": { | ||
"@player-ui/player": "0.8.0--canary.307.9645" | ||
}, | ||
"version": "0.8.0--canary.410.15865", | ||
"main": "dist/cjs/index.cjs", | ||
"dependencies": { | ||
"@player-ui/partial-match-registry": "0.8.0--canary.410.15865", | ||
"tapable-ts": "^0.2.3", | ||
"@babel/runtime": "7.15.4" | ||
"tslib": "^2.6.2" | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/player-ui/player-ui" | ||
"devDependencies": { | ||
"@player-ui/make-flow": "workspace:*" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/player-ui/player-ui/issues" | ||
"peerDependencies": { | ||
"@player-ui/player": "0.8.0--canary.410.15865" | ||
}, | ||
"homepage": "https://player-ui.github.io", | ||
"contributors": [ | ||
{ | ||
"name": "Adam Dierkens", | ||
"url": "https://github.com/adierkens" | ||
}, | ||
{ | ||
"name": "Spencer Hamm", | ||
"url": "https://github.com/spentacular" | ||
}, | ||
{ | ||
"name": "Harris Borawski", | ||
"url": "https://github.com/hborawski" | ||
}, | ||
{ | ||
"name": "Jeremiah Zucker", | ||
"url": "https://github.com/sugarmanz" | ||
}, | ||
{ | ||
"name": "Ketan Reddy", | ||
"url": "https://github.com/KetanReddy" | ||
}, | ||
{ | ||
"name": "Brocollie08", | ||
"url": "https://github.com/brocollie08" | ||
}, | ||
{ | ||
"name": "Kelly Harrop", | ||
"url": "https://github.com/kharrop" | ||
}, | ||
{ | ||
"name": "Alejandro Fimbres", | ||
"url": "https://github.com/lexfm" | ||
}, | ||
{ | ||
"name": "Rafael Campos", | ||
"url": "https://github.com/rafbcampos" | ||
"module": "dist/index.legacy-esm.js", | ||
"types": "types/index.d.ts", | ||
"bundle": "dist/PartialMatchFingerprintPlugin.native.js", | ||
"sideEffects": false, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./dist/index.css": "./dist/index.css", | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/cjs/index.cjs" | ||
} | ||
], | ||
"bundle": "./dist/partial-match-fingerprint-plugin.prod.js" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"types" | ||
] | ||
} |
@@ -1,4 +0,3 @@ | ||
import type { Player, PlayerPlugin } from '@player-ui/player'; | ||
import type { Registry } from '@player-ui/partial-match-registry'; | ||
import type { Asset } from '@player-ui/types'; | ||
import type { Player, PlayerPlugin, Asset } from "@player-ui/player"; | ||
import type { Registry } from "@player-ui/partial-match-registry"; | ||
@@ -11,3 +10,3 @@ /** | ||
export class PartialMatchFingerprintPlugin implements PlayerPlugin { | ||
name = 'partial-match-fingerprint'; | ||
name = "partial-match-fingerprint"; | ||
private registry: Registry<any>; | ||
@@ -27,8 +26,8 @@ private mapping: Map<string, any>; | ||
if ( | ||
(resolved && node && node.type === 'asset') || | ||
node.type === 'view' | ||
(resolved && node && node.type === "asset") || | ||
node.type === "view" | ||
) { | ||
this.mapping.set( | ||
(resolved as Asset).id, | ||
this.registry.get(resolved as Asset) | ||
this.registry.get(resolved as Asset), | ||
); | ||
@@ -35,0 +34,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20463
11
331
4
1
1
2
2
1
1
+ Added@player-ui/partial-match-registry@0.8.0--canary.410.15865
+ Addedtslib@^2.6.2
+ Added@player-ui/make-flow@0.8.0--canary.410.15865(transitive)
+ Added@player-ui/partial-match-registry@0.8.0--canary.410.15865(transitive)
+ Added@player-ui/player@0.8.0--canary.410.15865(transitive)
+ Added@player-ui/types@0.8.0--canary.410.15865(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@babel/runtime@7.15.4
- Removed@babel/runtime@7.15.4(transitive)
- Removed@player-ui/partial-match-registry@0.8.0--canary.307.9645(transitive)
- Removed@player-ui/player@0.8.0--canary.307.9645(transitive)
- Removed@player-ui/types@0.8.0--canary.307.9645(transitive)
- Removed@types/parsimmon@1.10.9(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedebnf@1.9.1(transitive)
- Removedparsimmon@1.18.1(transitive)
- Removedregenerator-runtime@0.13.11(transitive)