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

@boundlessgeo/sdk-generator

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundlessgeo/sdk-generator - npm Package Compare versions

Comparing version 0.10.15 to 0.10.16

2

package.json
{
"name": "@boundlessgeo/sdk-generator",
"description": "Boundless Web SDK application generator",
"version": "0.10.15",
"version": "0.10.16",
"author": "Boundless Spatial, Inc.",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

@@ -6,8 +6,8 @@ import React from 'react';

import getMuiTheme from 'material-ui/styles/getMuiTheme';
import Zoom from 'boundless-sdk/components/Zoom';
import MapPanel from 'boundless-sdk/components/MapPanel';
import LayerList from 'boundless-sdk/components/LayerList';
import Zoom from '@boundlessgeo/sdk/components/Zoom';
import MapPanel from '@boundlessgeo/sdk/components/MapPanel';
import LayerList from '@boundlessgeo/sdk/components/LayerList';
import injectTapEventPlugin from 'react-tap-event-plugin';
import enLocaleData from 'react-intl/locale-data/en';
import enMessages from 'boundless-sdk/locale/en';
import enMessages from '@boundlessgeo/sdk/locale/en';

@@ -14,0 +14,0 @@ // Needed for onTouchTap

@@ -1,1 +0,1 @@

require('boundless-sdk-tools').createBuildDir();
require('@boundlessgeo/sdk-tools').createBuildDir();

@@ -1,2 +0,2 @@

var tools = require('boundless-sdk-tools');
var tools = require('@boundlessgeo/sdk-tools');
process.argv.slice(2).forEach(function (arg) {

@@ -3,0 +3,0 @@ var flag = arg.split('=')[0];

@@ -1,2 +0,2 @@

var tools = require('boundless-sdk-tools');
var tools = require('@boundlessgeo/sdk-tools');
var port;

@@ -3,0 +3,0 @@ process.argv.slice(2).forEach(function (arg) {

Sorry, the diff of this file is not supported yet

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