Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uploadcare/blocks

Package Overview
Dependencies
Maintainers
3
Versions
338
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uploadcare/blocks - npm Package Compare versions

Comparing version 0.14.2-alpha.2 to 0.14.2-alpha.3

dist/blocks/ActivityCaption/activity-caption.css

4

dist/env.d.ts
/** Do not edit this file manually. It's generated during build process. */
export const PACKAGE_NAME: "blocks";
export const PACKAGE_VERSION: "0.14.1";
export const PACKAGE_NAME: "@uploadcare/blocks";
export const PACKAGE_VERSION: "0.14.2-alpha.0";
//# sourceMappingURL=env.d.ts.map
/** Do not edit this file manually. It's generated during build process. */
export const PACKAGE_NAME = 'blocks';
export const PACKAGE_VERSION = '0.14.1';
export const PACKAGE_NAME = '@uploadcare/blocks';
export const PACKAGE_VERSION = '0.14.2-alpha.0';
{
"name": "@uploadcare/blocks",
"version": "0.14.2-alpha.2",
"version": "0.14.2-alpha.3",
"description": "Building blocks for Uploadcare products integration",

@@ -38,10 +38,9 @@ "keywords": [

"type": "module",
"module": "index.js",
"sideEffects": ["*.css"],
"module": "./dist/index.js",
"sideEffects": [
"*.css"
],
"repository": "https://github.com/uploadcare/blocks/",
"files": [
"./dist/**",
"{abstract,blocks,solutions,web,utils}/**/*.{js,css,d.ts,d.ts.map}",
"index.{js,d.ts,d.ts.map}",
"env.{js,d.ts,d.ts.map}",
"README.md",

@@ -53,3 +52,4 @@ "LICENSE",

".": "./dist/index.js",
"./web/*": "./web/*"
"./themes/*": "./dist/themes/*",
"./blocks/*": "./dist/blocks/*"
},

@@ -67,6 +67,6 @@ "publishConfig": {

"build:jsx:types": "node build-jsx-types.js",
"build:types": "npm run clean:types && tsc --build tsconfig.types.json",
"build:dist": "npm run clean:dist && cpy ./src/**/*.{js,css} ./dist/ && tsc --build tsconfig.types.json",
"build:static": "node --experimental-fetch ./static-gen/build.js",
"build:static:watch": "node watch.js",
"build": "run-s build:web build:types build:jsx:types",
"build": "run-s build:web build:dist build:jsx:types",
"tsc": "tsc --skipLibCheck --allowJs --noEmit",

@@ -78,2 +78,3 @@ "lint:js": "eslint ./",

"lint": "run-s lint:js lint:css",
"clean:dist": "rimraf './dist/'",
"clean:web": "rimraf './web/**/*.{js,css}'",

@@ -103,2 +104,3 @@ "clean:html": "rimraf './**/*.html'",

"@web/test-runner": "^0.13.27",
"cpy-cli": "^4.2.0",
"esbuild": "^0.15.12",

@@ -105,0 +107,0 @@ "eslint": "^8.13.0",

Sorry, the diff of this file is not supported yet

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