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

@commercelayer/sdk

Package Overview
Dependencies
Maintainers
3
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/sdk - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0-alpha.1

lib/api.d.ts

33

package.json
{
"name": "@commercelayer/sdk",
"version": "4.2.0",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
"version": "4.3.0-alpha.1",
"types": "lib/index.d.ts",
"module": "lib/index.js",
"scripts": {
"lint": "eslint ./src --ext .ts",
"lintspec": "eslint ./specs/resources/ --ext .spec.ts",
"build": "tsc -b tsconfig.json tsconfig.esm.json --verbose",
"build": "tsc -b tsconfig.json --verbose",
"start": "ts-node src/index.ts",

@@ -40,11 +39,11 @@ "generate": "ts-node gen/generator.ts",

"engines": {
"node": ">=12.20"
"node": ">=16"
},
"dependencies": {
"axios": "^0.24.0"
"axios": "^0.25.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@commercelayer/js-auth": "^2.2.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commercelayer/js-auth": "^2.2.9",
"@semantic-release/changelog": "^6.0.1",

@@ -54,11 +53,11 @@ "@semantic-release/git": "^10.0.1",

"@types/debug": "^4.1.7",
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.13",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"dotenv": "^10.0.0",
"eslint": "^8.4.1",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"inflector-js": "^1.0.1",
"jest": "^27.3.1",
"jest": "^27.4.7",
"json-typescript": "^1.1.2",

@@ -68,6 +67,6 @@ "jsonapi-typescript": "^0.1.3",

"minimize-js": "^1.2.0",
"pretty-quick": "^3.1.2",
"semantic-release": "^18.0.1",
"pretty-quick": "^3.1.3",
"semantic-release": "^19.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},

@@ -74,0 +73,0 @@ "repository": "github:commercelayer/commercelayer-sdk",

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