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

express-cassandra

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-cassandra - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

14

docs/management.md

@@ -127,2 +127,16 @@ # Data Management

## Truncate
Truncate is a destructive operation. It deletes or clears all data in the table. The truncate function takes the following form:
```js
//TRUNCATE TABLE person;
models.instance.Person.truncate(function(err){
if(err) console.log(err);
else console.log('Yuppiie!');
});
```
## Hook Functions

@@ -129,0 +143,0 @@

2

package.json
{
"name": "express-cassandra",
"version": "1.7.1",
"version": "1.7.2",
"dependencies": {

@@ -5,0 +5,0 @@ "async": "^1.0.0",

Sorry, the diff of this file is too big to display

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