New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bayou/config-common

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bayou/config-common - npm Package Compare versions

Comparing version

to
1.0.6

Text.js

4

index.js

@@ -6,5 +6,7 @@ // Copyright 2016-2018 the Bayou Authors (Dan Bornstein et alia).

import Ids from './Ids';
import Text from './Text';
export {
Ids
Ids,
Text
};

@@ -7,7 +7,7 @@ {

"dependencies": {
"@bayou/injecty": "1.0.1",
"@bayou/util-common": "1.0.1"
"@bayou/injecty": "1.0.6",
"@bayou/util-common": "1.0.6"
},
"name": "@bayou/config-common",
"version": "1.0.1"
"version": "1.0.6"
}