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

@commercetools-test-data/commons

Package Overview
Dependencies
Maintainers
2
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-test-data/commons - npm Package Compare versions

Comparing version 0.0.0-canary-202010321023 to 0.0.0-canary-2020116212155

dist/commercetools-test-data-commons.cjs.d.ts

24

CHANGELOG.md
# @commercetools-test-data/commons
## 0.0.0-canary-202010321023
## 0.0.0-canary-2020116212155
### Patch Changes
- [`55e636e`](https://github.com/commercetools/test-data/commit/55e636ea480e8bc9114da345641928a9696b773c) [#40](https://github.com/commercetools/test-data/pull/40) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade preconstruct CLI to v2 for bundling.
- Updated dependencies [[`55e636e`](https://github.com/commercetools/test-data/commit/55e636ea480e8bc9114da345641928a9696b773c)]:
- @commercetools-test-data/core@0.0.0-canary-2020116212155
## 2.1.0
### Minor Changes
- [`965dce5`](https://github.com/commercetools/test-data/commit/965dce5860972e92f09010793bbfacddeb35266f) [#38](https://github.com/commercetools/test-data/pull/38) Thanks [@emmenko](https://github.com/emmenko)! - Compile and bundle packages using [preconstruct](https://preconstruct.tools)
### Patch Changes
- Updated dependencies [[`965dce5`](https://github.com/commercetools/test-data/commit/965dce5860972e92f09010793bbfacddeb35266f)]:
- @commercetools-test-data/core@2.1.0
## 2.0.1
### Patch Changes
- [`95b701b`](https://github.com/commercetools/test-data/commit/95b701b4445cb3374b43a4efc81eef6b31f88536) [#27](https://github.com/commercetools/test-data/pull/27) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
- Updated dependencies [[`95b701b`](https://github.com/commercetools/test-data/commit/95b701b4445cb3374b43a4efc81eef6b31f88536)]:
- @commercetools-test-data/core@0.0.0-canary-202010321023
- @commercetools-test-data/core@2.0.1

@@ -12,0 +32,0 @@ ## 2.0.0

17

package.json
{
"name": "@commercetools-test-data/commons",
"version": "0.0.0-canary-202010321023",
"version": "0.0.0-canary-2020116212155",
"description": "Data model for commercetools platform common types",

@@ -21,6 +21,4 @@ "bugs": "https://github.com/commercetools/test-data/issues",

},
"main": "./dist/commons-index.cjs.js",
"module": "./dist/commons-index.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"main": "dist/commercetools-test-data-commons.cjs.js",
"module": "dist/commercetools-test-data-commons.esm.js",
"files": [

@@ -32,15 +30,8 @@ "dist",

],
"scripts": {
"prebuild": "rimraf dist/**",
"build": "yarn build:bundles && yarn build:typings",
"build:bundles": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -i ./src/index.ts --dir dist",
"build:bundles:watch": "yarn build:bundles -w",
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime": "7.12.1",
"@babel/runtime-corejs3": "7.12.1",
"@commercetools-test-data/core": "0.0.0-canary-202010321023",
"@commercetools-test-data/core": "0.0.0-canary-2020116212155",
"faker": "^4.1.0"
}
}
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