arcgis-server-store
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "arcgis-server-store", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An implementation of the dojo/store API for ArcGIS Server REST services", | ||
@@ -5,0 +5,0 @@ "keywords": ["Esri", "ArcGIS", "Dojo", "store"], |
@@ -5,3 +5,3 @@ module.exports = function(grunt) { | ||
jshint: { | ||
src: ['*.js', 'tests/*.js', 'tests/mocking/*.js', '!Gruntfile.js'], | ||
src: ['*.js', 'tests/*.js', 'tests/mocking/*.js', '!Gruntfile.js', '!profile.js'], | ||
options: { | ||
@@ -8,0 +8,0 @@ jshintrc: '.jshintrc' |
{ | ||
"name": "arcgis-server-store", | ||
"version": "v1.0.1", | ||
"version": "v1.0.2", | ||
"description": "An implementation of the dojo/store API for ArcGIS Server REST services", | ||
@@ -32,3 +32,4 @@ "keywords": ["Esri", "ArcGIS", "Dojo", "store"], | ||
"intern": ">=2.1.0" | ||
} | ||
}, | ||
"dojoBuild": "profile.js" | ||
} |
@@ -17,2 +17,16 @@ #arcgis-server-store | ||
#### Install | ||
Download, clone, or fork from GitHub, or install using a package manager. | ||
Bower: | ||
```bash | ||
bower install --save arcgis-server-store | ||
``` | ||
NPM: | ||
```bash | ||
npm install --save arcgis-server-store | ||
``` | ||
#### Setup | ||
@@ -50,3 +64,4 @@ | ||
var store = new ArcGISServerStore(url, { | ||
var store = new ArcGISServerStore({ | ||
url: url, | ||
idProperty: 'OBJECTID', | ||
@@ -53,0 +68,0 @@ flatten: true, |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2860
164
120253
21