Socket
Socket
Sign inDemoInstall

dia

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dia - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/cli.js

@@ -27,3 +27,3 @@ //

program
.version('0.0.0')
.version('0.0.2')
.option('-f, --filename <path>', 'path to manifest.json file - defaults to the current working directory', String, '')

@@ -30,0 +30,0 @@ .option('-p, --plan <plan>', 'provision the specified plan instead of "test"', String, 'test');

@@ -156,3 +156,3 @@ //

, timestamp: parseInt(Date.now() / 1000, 10)
, email: 'user@example.com'
, email: dia.manifest.id + '999' + '@example.com'
, token: 'invalid'

@@ -310,3 +310,3 @@ , 'nav-data': ''

dia.validateDelete(function() {
dia.validateSso(options || dia.manifest.id);
dia.validateSso(options || dia.id);
});

@@ -371,2 +371,3 @@ });

, modulus_id: dia.manifest.id + '999'
, email: dia.manifest.id + '999' + '@example.com'
, plan: dia.plan

@@ -373,0 +374,0 @@ , region: 'us-east-1'

{
"name": "dia",
"version": "0.0.1",
"version": "0.0.2",
"description": "Modulus add-on test utility.",

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

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