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

@beemo/config-constants

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beemo/config-constants - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

lib/constants.js

@@ -9,4 +9,4 @@ 'use strict';

function _interopDefaultLegacy(e) {
return e && typeof e === 'object' && 'default' in e ? e : {
function _interopDefault(e) {
return e && e.__esModule ? e : {
'default': e

@@ -16,3 +16,3 @@ };

const path__default = /*#__PURE__*/_interopDefaultLegacy(path);
const path__default = /*#__PURE__*/_interopDefault(path);

@@ -35,3 +35,3 @@ const ROOT = process.env.BEEMO_ROOT || process.cwd();

const TESTS_LIST = [TEST_UTILS_GLOB, 'test.{ts,tsx}']; // Pattern of non-JS/TS file extensions
const TESTS_LIST = [TEST_FILES_GLOB, TEST_UTILS_GLOB, 'test.{ts,tsx}']; // Pattern of non-JS/TS file extensions

@@ -38,0 +38,0 @@ const NON_TS_REGEX = '\\.{css,sass,scss,less,gif,png,jpg,jpeg,svg,gql,graphql,yml,yaml}$'; // Pattern to find all custom TypeScript paths

{
"name": "@beemo/config-constants",
"version": "1.0.0",
"version": "1.0.1",
"release": "1624590167003",

@@ -39,3 +39,3 @@ "description": "Reusable constants for Beemo configurations.",

},
"gitHead": "881955d65db6206c4956c320a6263417fe9835cb"
"gitHead": "2bdc82e8c7016eec416bc9425570a539199bbcb6"
}

@@ -34,3 +34,3 @@ import path from 'path';

// List of globs to find all test related files
export const TESTS_LIST = [TEST_UTILS_GLOB, 'test.{ts,tsx}'];
export const TESTS_LIST = [TEST_FILES_GLOB, TEST_UTILS_GLOB, 'test.{ts,tsx}'];

@@ -37,0 +37,0 @@ // Pattern of non-JS/TS file extensions

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