New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arcgis-server-store

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcgis-server-store - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

profile.js

2

bower.json
{
"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,

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