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

@storyous/features

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storyous/features - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

4

dist/es5-node5/fetchToMongoTask.js

@@ -43,5 +43,5 @@ 'use strict';

return {
updateOne: {
replaceOne: {
filter: { _id: key },
update: newDocument,
replacement: newDocument,
upsert: true

@@ -48,0 +48,0 @@ }

@@ -37,3 +37,3 @@ 'use strict';

}, documentMatcher);
await collection.updateOne(documentMatcher, currentDefinitions, { upsert: true });
await collection.replaceOne(documentMatcher, currentDefinitions, { upsert: true });
} catch (err) {

@@ -40,0 +40,0 @@ if (options.onError) {

@@ -59,5 +59,5 @@ 'use strict';

return {
updateOne: {
replaceOne: {
filter: { _id: key },
update: newDocument,
replacement: newDocument,
upsert: true

@@ -64,0 +64,0 @@ }

@@ -37,3 +37,3 @@ 'use strict';

}, documentMatcher);
await collection.updateOne(documentMatcher, currentDefinitions, { upsert: true });
await collection.replaceOne(documentMatcher, currentDefinitions, { upsert: true });
} catch (err) {

@@ -40,0 +40,0 @@ if (options.onError) {

{
"name": "@storyous/features",
"version": "3.3.0",
"version": "3.3.1",
"main": "./dist/es5-node5/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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