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

@graphistry/falcor-query-syntax

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphistry/falcor-query-syntax - npm Package Compare versions

Comparing version 2.1.5 to 2.1.7

2

package.json
{
"name": "@graphistry/falcor-query-syntax",
"version": "2.1.5",
"version": "2.1.7",
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -129,2 +129,18 @@ var expect = require('chai').expect;

});
it('should ignore empty ... queries', function() {
expect(toPaths`{
titles: {
... { },
... {
[9..0]: {
... { },
... {rating, box-shot}
}
}
}
}`).to.deep.equal([
['titles', { from:0, length:10 }, ['rating', 'box-shot']]
]);
});
it('should do all the things at once', function() {

@@ -131,0 +147,0 @@ var range = { from: 10, to: 9 };

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