New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.7.1

4

core.js

@@ -12,4 +12,2 @@ "use strict";

var _decoders = require("decoders");
var _toolkit = require("@simplehealth/toolkit");

@@ -149,3 +147,3 @@

_context.prev = 27;
value = (0, _decoders.guard)(decoder, _format.formatShort)(rawStrValue);
value = decoder.verify(rawStrValue, _format.formatShort);
_context.next = 34;

@@ -152,0 +150,0 @@ break;

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

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

"@simplehealth/toolkit": "^0.5.1",
"decoders": "^2.0.0-beta9"
"decoders": "^2.0.0-beta10"
},

@@ -24,0 +24,0 @@ "githubUrl": "https://github.com/SimpleContacts/filterql",

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