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

@commercelayer/js-auth

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/js-auth - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

dist/index.cjs

43

package.json
{
"name": "@commercelayer/js-auth",
"version": "5.0.0",
"version": "5.1.0",
"description": "Commerce Layer Javascript Auth",

@@ -12,9 +12,12 @@ "repository": {

},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"files": [
"lib",
"package.json",
"README.md"
"dist"
],

@@ -36,16 +39,8 @@ "keywords": [

"license": "MIT",
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-c8": "^0.33.0",
"jsdom": "^24.0.0",
"minimize-js": "^1.4.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
"@types/node": "^20.11.27",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.3.1"
},

@@ -59,10 +54,4 @@ "engines": {

"test": "pnpm run lint && vitest run --silent",
"coverage": "vitest run --coverage",
"test:e2e": "NODE_ENV=test playwright test",
"test:e2e:coverage": "nyc pnpm test:e2e && pnpm coverage:report",
"coverage:report": "nyc report --reporter=html",
"build": "tsc -b tsconfig.prod.json tsconfig.prod.esm.json --verbose && pnpm postbuild",
"build:dev": "tsc -b tsconfig.prod.json tsconfig.prod.esm.json --verbose && tsc-alias -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.esm.json",
"postbuild": "tsc-alias -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.esm.json && minimize-js lib -w -s"
"build": "tsup"
}
}
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