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

@alfabank/core-paragraph

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfabank/core-paragraph - npm Package Compare versions

Comparing version

to
2.1.0

build/paragraph.jsx

12

build/config.js

@@ -1,10 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.THEMES = exports.SIZES = void 0;
var SIZES = ['xs', 's', 'm', 'l', 'xl', 'xxl'];
exports.SIZES = SIZES;
var THEMES = ['white', 'blue'];
exports.THEMES = THEMES;
export const SIZES = ['xs', 's', 'm', 'l', 'xl', 'xxl'];
export const THEMES = ['white', 'blue'];

@@ -1,13 +0,3 @@

"use strict";
import Paragraph from './paragraph';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _paragraph = _interopRequireDefault(require("./paragraph"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = _paragraph.default;
exports.default = _default;
export default Paragraph;
{
"name": "@alfabank/core-paragraph",
"version": "2.0.2",
"version": "2.1.0",
"description": "core-paragraph",

@@ -8,3 +8,4 @@ "main": "build/index.js",

"prepublish": "yarn build",
"build": "postcss src/**/*.css -d ./build --base src && babel ./src --out-dir ./build --ignore __tests__,__mocks__"
"copy": "rm -R -f ./build/ && cp -R ./src/ ./build && rm -R -f ./build/__tests__",
"build": "yarn copy"
},

@@ -23,3 +24,8 @@ "author": "",

},
"gitHead": "7613dc23a728247d7c3945d2e557a67534637910"
"files": [
"build/",
"*.js",
"*.jsx"
],
"gitHead": "86c8cb25928e2e56d5e4225e963f721717048b4c"
}

Sorry, the diff of this file is not supported yet