Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-esri-loader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-esri-loader - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"name": "angular2-esri-loader",
"version": "0.1.1",
"version": "0.1.2",
"description": "An Angular 2 service to help you load ArcGIS API for JavaScript Modules",

@@ -32,4 +32,3 @@ "scripts": {

"@types/core-js": "^0.9.34",
"typescript": "^2.0.10",
"zone.js": "^0.7.0"
"typescript": "^2.0.10"
},

@@ -36,0 +35,0 @@ "typings": "angular2-esri-loader.d.ts",

2

src/esri-loader.service.js

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

var core_1 = require('@angular/core');
var esri_loader_1 = require('esri-loader');
var esri_loader_1 = require('../node_modules/esri-loader/esri-loader');
var EsriLoaderService = (function () {

@@ -15,0 +15,0 @@ function EsriLoaderService() {

{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitAny": false,
"module": "commonjs",

@@ -5,0 +5,0 @@ "target": "es5",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc