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

pivotql-compiler-mapboxgl

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

pivotql-compiler-mapboxgl - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.spec.js
"use strict";
const compiler = require("./index.js");
import compiler from "./index.js";

@@ -5,0 +5,0 @@ describe("Basic types", () => {

{
"name": "pivotql-compiler-mapboxgl",
"version": "0.0.2",
"version": "0.0.3",
"description": "Compile PivotQL ASTs to mapbox filter queries.",

@@ -12,3 +12,4 @@ "main": "./index.js",

"scripts": {
"test": "jest"
"test": "jest",
"build": "echo \"nothing to do\""
},

@@ -35,6 +36,9 @@ "repository": {

"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.2"
"jest": "^27.2.2",
"jest-esm-transformer": "^1.0.0"
},
"dependencies": {},
"jest": {
"transform": {
".js": "jest-esm-transformer"
},
"testMatch": [

@@ -41,0 +45,0 @@ "**/tests/**/*.[jt]s?(x)",

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