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

@assemble-inc/core

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/core - npm Package Compare versions

Comparing version

to
0.4.13

5

package.json
{
"name": "@assemble-inc/core",
"version": "0.4.12",
"version": "0.4.13",
"description": "Assemble Component Library",

@@ -13,2 +13,3 @@ "author": "Assemble Frontend Team",

],
"type": "module",
"publishConfig": {

@@ -26,3 +27,3 @@ "access": "public",

"clean": "rimraf dist/",
"build": "tsc --module es6 --outDir dist && yarn copy-css",
"build": "tsc --outDir dist && yarn copy-css",
"copy-css": "lightningcss --bundle --targets '>= 0.25%' ./src/inputs/react-datepicker-styles.css -o ./dist/inputs/react-datepicker-styles.css",

@@ -29,0 +30,0 @@ "prepare": "rm -rf ./dist && yarn build"