New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

knexed

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knexed - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"name": "knexed",
"version": "1.2.0",
"version": "1.2.1",

@@ -69,10 +69,10 @@ "description": "Knex utilities",

"flow-bin":
"0.49",
"0.61",
"eslint":
"^3.5",
"4",
"js-outlander":
"StrangeTransistor/js-outlander#2.1.1"
"StrangeTransistor/js-outlander#2.3.0"
}
}

@@ -22,2 +22,4 @@ # knexed

## API
Import / require modules you need explicitly. Most of functionality is accessible from the root of the package, like `require('knexed/one')`, `require('knexed/exists')`. Some utilities are bundled into groups by usage, like `require('knexed/table/table')`, `require('knexed/table/join')`. The group of utility is mentioned in the braces below.
### dataset helpers

@@ -103,3 +105,3 @@ ```js

### query helpers
### query helpers (`query`)
This helpers transform generated query.

@@ -106,0 +108,0 @@ ```js

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