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

@commercetools-frontend/constants

Package Overview
Dependencies
Maintainers
7
Versions
1182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-frontend/constants - npm Package Compare versions

Comparing version 15.0.0 to 15.1.4-canary.14

dist/typings/actions-global/src/actions/actions.spec.d.ts

2

dist/constants.cjs.js

@@ -6,3 +6,3 @@ 'use strict';

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '15.0.0';
var version = '15.1.4-canary.14+4aa0b57e';

@@ -9,0 +9,0 @@ // DOM elements

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '15.0.0';
var version = '15.1.4-canary.14+4aa0b57e';

@@ -4,0 +4,0 @@ // DOM elements

{
"name": "@commercetools-frontend/constants",
"version": "15.0.0",
"version": "15.1.4-canary.14+4aa0b57e",
"description": "Shared constants for MC applications",

@@ -34,9 +34,8 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",

"prebuild": "rimraf dist/**",
"build": "yarn build:es && yarn build:cjs && yarn build:typings",
"build:cjs": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f cjs ./src/index.ts -o ./dist/constants.cjs.js",
"build:es": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f es ./src/index.ts -o ./dist/constants.es.js",
"build:es:watch": "yarn build:es -w",
"build": "yarn build:bundles && yarn build:typings",
"build:bundles": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -i ./src/index.ts",
"build:bundles:watch": "yarn build:bundles -w",
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"gitHead": "397627b30d1801077ae55ad3ced5cbf3b8318bf6"
"gitHead": "4aa0b57e46f775842f80349d0344b776f4b07edd"
}

Sorry, the diff of this file is not supported yet

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