Socket
Socket
Sign inDemoInstall

@common-stack/core

Package Overview
Dependencies
Maintainers
0
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/core - npm Package Compare versions

Comparing version 5.0.2-alpha.2 to 5.0.3-alpha.0

56

package.json
{
"name": "@common-stack/core",
"version": "5.0.2-alpha.2",
"description": "Common core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "yarn build:clean && yarn build:lib",
"build:clean": "rimraf lib",
"build:lib": "rollup -c rollup.config.mjs",
"build:lib:watch": "yarn build:lib -- --watch",
"jest": "./node_modules/.bin/jest",
"prepublish": "yarn build",
"test": "cross-env ENV_FILE=../../config/test/test.env jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "yarn build:lib:watch"
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "bd9fa5fc0189c149cc8052acab726b3cd53e8700"
"name": "@common-stack/core",
"version": "5.0.3-alpha.0",
"description": "Common core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "yarn build:clean && yarn build:lib",
"build:clean": "rimraf lib",
"build:lib": "rollup -c rollup.config.mjs",
"build:lib:watch": "yarn build:lib -- --watch",
"jest": "./node_modules/.bin/jest",
"prepublish": "yarn build",
"test": "cross-env ENV_FILE=../../config/test/test.env jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "yarn build:lib:watch"
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "7b6dd59bfc301dd5d16f213e2ee181118cfa2f1e"
}
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