Socket
Socket
Sign inDemoInstall

@carto/airship-api

Package Overview
Dependencies
Maintainers
10
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carto/airship-api - npm Package Compare versions

Comparing version 3.0.0-alpha1 to 3.0.0-alpha2

dist/asapi.js

9

package.json
{
"name": "@carto/airship-api",
"version": "3.0.0-alpha1",
"version": "3.0.0-alpha2",
"description": "Airship UI components for react",
"main": "dist/asapi.min.js",
"main": "dist/asapi.js",
"scripts": {

@@ -12,4 +12,5 @@ "test": "jest",

"dev": "webpack --watch",
"docs": "typedoc --mode file --out docs --theme minimal --name 'Airship API'",
"build": "rm -rf dist && webpack --config webpack.prod.js"
"build": "rm -rf dist && webpack --config webpack.prod.js",
"publish": "npm publish --access public",
"publish:beta": "npm publish --tag beta --access public"
},

@@ -16,0 +17,0 @@ "author": "CARTO Dev Team",

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

import { execute } from './Sql';
import { execute } from './SQL';
import { AggregationTypes } from './models/AggregationTypes';

@@ -3,0 +3,0 @@ import { getCategories } from './models/CategoryModel';

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

import { execute } from '../Sql';
import { execute } from '../SQL';
import { getFilterCondition, getConditionFromViewPort } from './FilterConditionBuilder';

@@ -3,0 +3,0 @@

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

import { execute } from '../Sql';
import { execute } from '../SQL';
import { getFilterCondition, getConditionFromViewPort } from './FilterConditionBuilder';

@@ -3,0 +3,0 @@

@@ -5,4 +5,3 @@ // const path = require('path');

config.mode = 'production';
config.output.filename = 'asapi.min.js';
module.exports = config;
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