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 2.0.9 to 2.0.10

5

bin/immersion.js

@@ -5,2 +5,5 @@ #!/usr/bin/env node

// Semantic Versioning
var version = '2.0.10';
// Dependencies

@@ -60,3 +63,3 @@ var ContentDirect = require('content-direct'),

program
.version('2.0.9')
.version(version)
.option('-e, --environment <environment>', 'int1, sbx1 (default), stg1, etc.', 'sbx1')

@@ -63,0 +66,0 @@ .option('-f, --file <file>', 'csv file to immerse')

8

package.json
{
"name": "immersion",
"version": "2.0.9",
"version": "2.0.10",
"main": "./lib/immersion.js",

@@ -29,2 +29,3 @@ "description": "Content Direct product catalog command line tool",

"chai": "^1.10.0",
"grunt-bump": "0.0.16",
"grunt-contrib-jshint": "^0.10.0",

@@ -34,2 +35,3 @@ "grunt-contrib-nodeunit": "^0.3.3",

"grunt-mocha-cli": "^1.9.0",
"grunt-version": "^0.3.0",
"jshint-stylish": "^0.2.0",

@@ -46,3 +48,3 @@ "load-grunt-tasks": "^0.4.0",

"commander": "^2.5.0",
"content-direct": "^0.1.2",
"content-direct": "^0.1.3",
"csv-parse": "0.0.6",

@@ -53,2 +55,2 @@ "extend": "^2.0.0",

}
}
}
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