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

@mappable-world/mappable-cli

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mappable-world/mappable-cli - npm Package Compare versions

Comparing version 0.0.1-beta.26 to 0.0.1-beta.27

2

package.json
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.26",
"version": "0.0.1-beta.27",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import type {LngLatBounds} from '@mappable-world/mappable-types/common/types';
import {MMap} from '@mappable-world/mappable-types';
import {MMapButtonExample} from './MMapButtonExample';
describe('MMap smoke test', () => {

@@ -5,0 +6,0 @@ const BOUNDS: LngLatBounds = [

const path = require('path');
const {replaceMiddleware} = require("./tools/replace.middleware");
const {replaceMiddleware} = require('./tools/replace.middleware');
const isProduction = process.env.NODE_ENV === 'production';

@@ -45,2 +45,9 @@

loader: 'ts-loader',
options: {
compilerOptions: {
declaration: true,
declarationDir: 'dist'
},
onlyCompileBundledFiles: true
},
exclude: ['/node_modules/']

@@ -62,2 +69,2 @@ },

};
}
};
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