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

@mapsql/query-parser

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

@mapsql/query-parser - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.d.ts

19

package.json
{
"name": "@mapsql/query-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "mapsql query parser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"private": false,

@@ -11,7 +12,13 @@ "publishConfig": {

"scripts": {
"build": "tsc",
"build:ts": "tsc",
"build:typings": "npm run copy:typings && npm run merge:typings && npm run clean:typings",
"build": "npm run build:ts && npm run build:typings",
"copy:typings": "cpx \"src/**/*.d.ts\" dist/types",
"merge:typings": "cat dist/types/** | grep -v ^import.*\"./types\".*$ > dist/index.d.ts",
"clean": "rimraf dist",
"clean:typings": "rimraf dist/types",
"test": "nyc ava",
"coverage:report": "nyc report > .nyc_output/coverage.lcov && codecov",
"coverage:check": "nyc check-coverage",
"precommit": "npm test",
"precommit": "npm run clean && npm test",
"commit": "git-cz",

@@ -81,2 +88,3 @@ "semantic-release": "semantic-release",

"commitizen": "^2.10.1",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^2.1.0",

@@ -86,7 +94,8 @@ "husky": "^0.14.3",

"requirable": "^1.0.5",
"rimraf": "^2.6.2",
"semantic-release": "^15.9.16",
"travis-deploy-once": "^5.0.9",
"ts-node": "^7.0.1",
"typescript": "^3.1.1",
"travis-deploy-once": "^5.0.9"
"typescript": "^3.1.1"
}
}
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