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

@pernod-ricard-global-cms/cbl-component-library

Package Overview
Dependencies
Maintainers
2
Versions
1659
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pernod-ricard-global-cms/cbl-component-library - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

install-component.js

@@ -6,4 +6,4 @@ const fs = require('fs');

let projectName = 'Global Theme';
// const libraryPath = './node_modules/@pernod-ricard-global-cms/cbl-component-library';
const libraryPath = '../cbl-component-library';
const libraryPath =
'./node_modules/@pernod-ricard-global-cms/cbl-component-library';
const projectJson = JSON.parse(fs.readFileSync('./package.json'));

@@ -10,0 +10,0 @@ if (projectJson) {

const glob = require('glob');
// const libraryPath = './node_modules/@pernod-ricard-global-cms/cbl-component-library';
const libraryPath = '../cbl-component-library';
const libraryPath =
'./node_modules/@pernod-ricard-global-cms/cbl-component-library';

@@ -5,0 +5,0 @@ const componentsList = glob.sync(`${libraryPath}/components/*`).map((path) => {

{
"name": "@pernod-ricard-global-cms/cbl-component-library",
"version": "0.1.2",
"version": "0.1.3",
"description": "Component library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,5 +15,5 @@ # cbl-component-library

"install-component": "node ../cbl-component-library/install-component.js",
"upgrade-component": "node ../cbl-component-library/upgrade-component.js",
"list-components": "node ../cbl-component-library/list-components.js",
"install-component": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/install-component.js",
"upgrade-component": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/upgrade-component.js",
"list-components": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/list-components.js",

@@ -20,0 +20,0 @@ eg you can list the available components with

@@ -6,4 +6,4 @@ const fs = require('fs');

let projectName = 'Global Theme';
// const libraryPath = './node_modules/@pernod-ricard-global-cms/cbl-component-library';
const libraryPath = '../cbl-component-library';
const libraryPath =
'./node_modules/@pernod-ricard-global-cms/cbl-component-library';
const projectJson = JSON.parse(fs.readFileSync('./package.json'));

@@ -10,0 +10,0 @@ if (projectJson) {

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