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

@common-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
233
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 0.3.1-alpha.0 to 0.3.1-alpha.1

1

lib/index.d.ts
export * from './field-error';
export * from './interfaces';
export * from './constants';
export * from './envalid';

@@ -20,3 +20,2 @@ "use strict";

__exportStar(require("./constants"), exports);
__exportStar(require("./envalid"), exports);
//# sourceMappingURL=index.js.map

52

package.json
{
"name": "@common-stack/core",
"version": "0.3.1-alpha.0",
"description": "Common core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "yarn build:clean && yarn build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"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": "38b12e16509f5521de83592aa4901d5b02394980"
"name": "@common-stack/core",
"version": "0.3.1-alpha.1",
"description": "Common core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "yarn build:clean && yarn build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"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": "a32bf55e87df6d821213ad90ed6279d466d4027e"
}

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