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 0.0.1-alpha.0 to 0.0.1-alpha.1

8

CHANGELOG.md

@@ -6,4 +6,12 @@ # Change Log

### 0.0.1-alpha.1 - 2021-04-21
**Note:** Version bump only for package @beemo/config-constants
### 0.0.1-alpha.0 - 2021-04-20
**Note:** Version bump only for package @beemo/config-constants

2

lib/index.js

@@ -14,3 +14,3 @@ // Generated with Packemon: https://packemon.dev

const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'dist/', 'esm/', 'lib/', 'mjs/']; // Globs for finding source files, test files, and test utility files
const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'coverage/', 'dist/', 'esm/', 'lib/', 'mjs/']; // Globs for finding source files, test files, and test utility files

@@ -17,0 +17,0 @@ const ALL_FILES_GLOB = '**/{src,tests,__tests__}/**/*.{ts,tsx}';

{
"name": "@beemo/config-constants",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "Reusable constants for Beemo configurations.",

@@ -37,3 +37,3 @@ "keywords": [

},
"gitHead": "343fc83d711b6aadf602047f4733ddadf8bb2b67"
"gitHead": "da9d8f4f688f7a508c4e0d95881380f47d2120dd"
}

@@ -9,3 +9,12 @@ // Support consistent sorting across the board

// Files and folders to always ignore
export const IGNORE_LIST = ['node_modules/', 'build/', 'cjs/', 'dist/', 'esm/', 'lib/', 'mjs/'];
export const IGNORE_LIST = [
'node_modules/',
'build/',
'cjs/',
'coverage/',
'dist/',
'esm/',
'lib/',
'mjs/',
];

@@ -12,0 +21,0 @@ // Globs for finding source files, test files, and test utility files

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