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

@cocreate/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/mongodb - npm Package Versions

1
46
12

1.8.0

Diff
frankpagan
published 1.8.0 •

Changelog

Source

1.8.0 (2023-09-07)

Features

  • support $push, $delete, $pop, $pull methods on arrays. (06bf984)
  • Use cursor when filtering through documents, increasing performance and enabeling ability to process very large data sets (376c63f)
frankpagan
published 1.7.2 •

Changelog

Source

1.7.2 (2023-08-21)

Bug Fixes

  • removed webpack.config and build step as no webpack.config exist (2f15aff)
frankpagan
published 1.7.1 •

Changelog

Source

1.7.1 (2023-08-21)

Bug Fixes

frankpagan
published 1.7.0 •

Changelog

Source

1.7.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (f37dca6)
frankpagan
published 1.6.3 •

Changelog

Source

1.6.3 (2023-08-21)

Bug Fixes

  • /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js (553bfe6)
  • document to object (1780f64)
  • renamed dbUrl to storageUrl and add storage name to responses (ace186f)
  • replace cdn with /dist (a4d3773)
  • update file uploader (e6e1dbe)
frankpagan
published 1.6.2 •

Changelog

Source

1.6.2 (2023-08-18)

Bug Fixes

frankpagan
published 1.6.1 •

Changelog

Source

1.6.1 (2023-08-17)

Bug Fixes

  • typo db.array to db.collection (1561ab9)
frankpagan
published 1.6.0 •

Changelog

Source

1.6.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (3cb3e3d)
frankpagan
published 1.5.0 •

Changelog

Source

1.5.0 (2023-08-16)

Bug Fixes

  • crud attributes renamed (08ecbf2)
  • Refactored *-target to *-selector (9fa3212)
  • startIndex variable renamed to index and comment out unnecessary code. (b20bf7a)
  • webpack.config and package.json make use of mode=production instead of process.env (22a2454)

Features

  • name attribute and variable renamed to key (79e1c03)
frankpagan
published 1.4.18 •

Changelog

Source

1.4.18 (2023-06-14)

Bug Fixes