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

immersion

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immersion - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

8

bin/immersion.js

@@ -226,10 +226,10 @@ #!/usr/bin/env node

program
.version('1.1.8')
.version('1.1.9')
.option('-e, --environment <environment>', 'int1, sbx1 (default), stg1, etc.', 'sbx1')
.option('-f, --file <file>', 'csv file to immerse')
.option('-t, --target', 'target updates to specified fields');
.option('-t, --target', 'updates only fields in the csv file');
program
.command('create <entity>')
.description('creates specified entity i.e. Category, Media, Person, Playlist, Product')
.description('creates Category, Media, Person, Playlist, or Product')
.action(function (entity) {

@@ -254,3 +254,3 @@ if (!program.file) {

.command('update <entity>')
.description('updates specified entity i.e. Category, Media, Person, Playlist, Product')
.description('updates Category, Media, Person, Playlist, or Product')
.action(function (entity) {

@@ -257,0 +257,0 @@ if (!program.file) {

{
"name": "immersion",
"version": "1.1.8",
"version": "1.1.9",
"description": "content direct product catalog command line tool",

@@ -5,0 +5,0 @@ "main": "immersion.js",

@@ -7,3 +7,3 @@ # Immersion

Immersion helps in ingesting categories, media, people, playlists, and products by pulling data from a CSV file.
Immersion helps ingesting categories, media, people, playlists, and products by pulling data from a CSV file.

@@ -23,3 +23,3 @@ ## Installation

`Product.Id.Type,Product.Id.Value,Product.Name,Product.References[0].Type,Product.References[0].Value`
`Product.Id.Type,Product.Id.Value,Product.Name,Product.References[0]`

@@ -52,3 +52,3 @@ Objects are referenced using dot notation while arrays use brackets.

Updates product objects in sandbox using targetted method.
Updates product objects in sandbox using targeted method (only fields in the CSV file are updated).

@@ -55,0 +55,0 @@ ## License

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