You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular/google-maps

Package Overview
Dependencies
Maintainers
2
Versions
483
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/google-maps - npm Package Compare versions

Comparing version

to
20.0.5

2

package.json
{
"name": "@angular/google-maps",
"version": "20.0.4",
"version": "20.0.5",
"description": "Angular Google Maps",

@@ -5,0 +5,0 @@ "repository": {

@@ -8,3 +8,4 @@ /**

*/
import { Rule } from '@angular-devkit/schematics';
/** Entry point for the migration schematics with target of Angular Material v20 */
export declare function updateToV20(): void;
export declare function updateToV20(): Rule;

@@ -12,3 +12,5 @@ "use strict";

/** Entry point for the migration schematics with target of Angular Material v20 */
function updateToV20() { }
function updateToV20() {
return function () { };
}
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet