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

@simplehealth/filterql

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplehealth/filterql - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

CHANGELOG.md

60

package.json
{
"name": "@simplehealth/filterql",
"version": "0.6.0",
"version": "0.7.0",
"description": "The FilterQL mini-language.",

@@ -15,21 +15,3 @@ "license": "MIT",

},
"main": "./dist/index.js",
"scripts": {
"actually-prepublish": "echo \"\\n\\nPlease run \\`bin/publish.sh <options>\\` instead.\\n\\n\" && exit 2",
"build": "./bin/build.sh",
"check": "yarn run check:eslint && yarn run check:prettier",
"check:eslint": "eslint --report-unused-disable-directives src",
"check:prettier": "prettier --list-different 'src/**/*.js'",
"clean": "rimraf dist",
"fix": "yarn run fix:prettier",
"fix:prettier": "prettier --write 'src/**/*.js'",
"prepublish": "in-publish && yarn run actually-prepublish || not-in-publish",
"test": "yarn run clean && yarn run test:flow && yarn run test:jest && yarn run check",
"test:flow": "flow check",
"test:jest": "jest --coverage",
"watch": "jest --watch"
},
"files": [
"dist/"
],
"main": "./index.js",
"keywords": [

@@ -39,39 +21,7 @@ "filterql"

"dependencies": {
"@simplehealth/toolkit": "^0.5.0",
"decoders": "^2.0.0-beta7"
"@simplehealth/toolkit": "^0.5.1",
"decoders": "^2.0.0-beta9"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-flow": "^7.14.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-flowtype": "^6.1.0",
"flow-bin": "^0.161.0",
"flow-copy-source": "^2.0.9",
"flow-typed": "^3.3.1",
"in-publish": "^2.0.1",
"jest": "^27.2.4",
"prettier": "^2.4.1",
"prettier-plugin-package": "^1.3.0",
"rimraf": "^3.0.2"
},
"githubUrl": "https://github.com/SimpleContacts/filterql",
"jest": {
"coverageThreshold": {
"global": {
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100
}
},
"testPathIgnorePatterns": [
"node_modules",
"fixtures.js",
".skip.js"
]
},
"sideEffects": false
}
}
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