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

baucis

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baucis - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

Controller/configure.js

@@ -18,3 +18,2 @@ // __Dependencies__

protect.property('hints', false);
protect.property('relations', true);
protect.property('select', '');

@@ -21,0 +20,0 @@

3

Controller/query/index.js

@@ -10,4 +10,3 @@ // __Dependencies__

'build',
'options',
'links'
'options'
]);

@@ -9,3 +9,4 @@ // __Dependencies__

var plugins = {
json: require('baucis-json')
json: require('baucis-json'),
links: require('baucis-links')
};

@@ -80,1 +81,2 @@

plugins.json.apply(baucis);
plugins.links.apply(baucis);

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/wprl/baucis",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",

@@ -42,3 +42,5 @@ "scripts": {

"dependencies": {
"baucis": "^1.3.0",
"baucis-json": "^1.0.0",
"baucis-links": "^1.0.0",
"deco": "^0.12.0",

@@ -45,0 +47,0 @@ "event-stream": "^3.3.0",

@@ -1,2 +0,2 @@

# baucis v1.2
# baucis v1.3

@@ -3,0 +3,0 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/wprl/baucis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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