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

@convoy/dapper

Package Overview
Dependencies
Maintainers
30
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convoy/dapper - npm Package Compare versions

Comparing version 2.0.91 to 2.0.97

7

dist/src/configure.js
"use strict";
var _ = require("lodash");
exports.config = Object.freeze({
node: null,
classNamePrefix: _.get(process, 'env.NODE_ENV') === 'production' ? 'd-' : 'dapper-',
friendlyClassNames: _.get(process, 'env.NODE_ENV') !== 'production',
useInsertRule: _.get(process, 'env.NODE_ENV') === 'production',
classNamePrefix: process.env.NODE_ENV === 'production' ? 'd-' : 'dapper-',
friendlyClassNames: process.env.NODE_ENV !== 'production',
useInsertRule: process.env.NODE_ENV === 'production',
});

@@ -9,0 +8,0 @@ function configure(cfg) {

{
"name": "@convoy/dapper",
"version": "2.0.91",
"version": "2.0.97",
"description": "Styling library",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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