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

@maplibre/maplibre-gl-style-spec

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maplibre/maplibre-gl-style-spec - npm Package Compare versions

Comparing version 18.0.1-pre.13 to 18.0.1-pre.14

dist/gl-style-format.cjs

2

dist/index.d.ts

@@ -175,3 +175,3 @@ // Generated by dts-bundle-generator v7.2.0

* Numeric padding values
* @param input
* @param input A padding value
* @returns A `Padding` instance, or `undefined` if the input is not a valid padding value.

@@ -178,0 +178,0 @@ */

{
"name": "@maplibre/maplibre-gl-style-spec",
"description": "a specification for maplibre gl styles",
"version": "18.0.1-pre.13",
"version": "18.0.1-pre.14",
"author": "MapLibre",

@@ -20,7 +20,3 @@ "keywords": [

"scripts": {
"build-style-spec": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.style-spec.ts",
"build-gl-style-format": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-format.ts",
"build-gl-style-migrate": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-migrate.ts",
"build-gl-style-validate": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-validate.ts",
"build": "npm run build-style-spec && npm run build-gl-style-format && npm run build-gl-style-migrate && npm run build-gl-style-validate",
"build": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.ts",
"generate-style-spec": "ts-node build/generate-style-spec.ts",

@@ -42,5 +38,5 @@ "generate-typings": "ts-node build/generate-typings.ts",

"bin": {
"gl-style-migrate": "dist/gl-style-migrate.js",
"gl-style-validate": "dist/gl-style-validate.js",
"gl-style-format": "dist/gl-style-format.js"
"gl-style-migrate": "dist/gl-style-migrate.mjs",
"gl-style-validate": "dist/gl-style-validate.mjs",
"gl-style-format": "dist/gl-style-format.mjs"
},

@@ -85,2 +81,3 @@ "dependencies": {

"rollup": "^3.15.0",
"rollup-plugin-executable": "^1.6.3",
"rollup-plugin-sourcemaps": "^0.6.3",

@@ -87,0 +84,0 @@ "semver": "^7.3.8",

@@ -16,3 +16,3 @@ /**

* Numeric padding values
* @param input
* @param input A padding value
* @returns A `Padding` instance, or `undefined` if the input is not a valid padding value.

@@ -19,0 +19,0 @@ */

@@ -11,2 +11,14 @@ import {readdir} from 'fs/promises';

[
"gl-style-format.cjs",
"gl-style-format.cjs.map",
"gl-style-format.mjs",
"gl-style-format.mjs.map",
"gl-style-migrate.cjs",
"gl-style-migrate.cjs.map",
"gl-style-migrate.mjs",
"gl-style-migrate.mjs.map",
"gl-style-validate.cjs",
"gl-style-validate.cjs.map",
"gl-style-validate.mjs",
"gl-style-validate.mjs.map",
"index.cjs",

@@ -13,0 +25,0 @@ "index.cjs.map",

@@ -12,3 +12,3 @@ /**

* Numeric padding values
* @param input
* @param input A padding value
* @returns A `Padding` instance, or `undefined` if the input is not a valid padding value.

@@ -15,0 +15,0 @@ */

@@ -12,3 +12,3 @@ /**

* Numeric padding values
* @param input
* @param input A padding value
* @returns A `Padding` instance, or `undefined` if the input is not a valid padding value.

@@ -15,0 +15,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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