You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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.11

index.d.ts

8

package.json
{
"name": "@alfabank/core-paragraph",
"version": "2.1.10",
"version": "2.1.11",
"description": "core-paragraph",

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

"copy": "rm -R -f ./build/ && cp -R ./src/ ./build && rm -R -f ./build/__tests__",
"build": "yarn copy && yarn postcss"
"dts": "../../tools/dts-gen/dts.sh",
"build": "yarn copy && yarn postcss && yarn dts"
},

@@ -26,2 +27,3 @@ "author": "",

"files": [
"*.d.ts",
"build/",

@@ -31,3 +33,3 @@ "*.js",

],
"gitHead": "01f9adfbf6b61d1c61ad9c03ee5a7cb0b1e4c110"
"gitHead": "b3a1b40e6dc2c4a01b5f95973768deeffaaf1165"
}