common-types
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -39,2 +39,10 @@ | ||
development = dev | ||
} | ||
} | ||
export enum FirebaseEvent { | ||
value = 'value', | ||
child_added = 'child_added', | ||
child_moved = 'child_moved', | ||
child_removed = 'child_removed', | ||
child_changed = 'child_changed' | ||
}; |
{ | ||
"name": "common-types", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "main": "common-types.ts", |
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
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
10646
40