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

@ntegral/lulu

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ntegral/lulu - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

3

dist/common/interfaces/lulu-options.config.d.ts

@@ -0,5 +1,6 @@

export declare type LuluConfigEnvironment = 'development' | 'production';
export interface LuluConfigOptions {
client_key: string;
client_secret: string;
environment: 'development' | 'production';
environment: LuluConfigEnvironment;
}

@@ -0,1 +1,2 @@

export type LuluConfigEnvironment = 'development' | 'production';

@@ -5,3 +6,3 @@ export interface LuluConfigOptions {

client_secret: string;
environment: 'development' | 'production';
environment:LuluConfigEnvironment;
}

@@ -10,3 +10,3 @@ {

"name": "@ntegral/lulu",
"version": "1.1.6",
"version": "1.1.7",
"description": "Lulu Print API Client",

@@ -13,0 +13,0 @@ "main": "./dist/index.js",

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