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

@adminide-stack/common

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/common - npm Package Compare versions

Comparing version 0.0.18-alpha.178 to 0.0.18-alpha.182

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.18-alpha.182](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.181...v0.0.18-alpha.182) (2020-10-17)
**Note:** Version bump only for package @adminide-stack/common
## [0.0.18-alpha.178](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-3...v0.0.18-alpha.178) (2020-10-16)

@@ -8,0 +16,0 @@

46

package.json
{
"name": "@adminide-stack/common",
"version": "0.0.18-alpha.178",
"version": "0.0.18-alpha.182",
"description": "AdminIDE core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"build:lib:watch": "npm run build:lib -- -w",
"jest": "./node_modules/.bin/jest",
"prepublish": "npm run build",
"test": "jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"prepublish": "npm run build",
"watch": "npm run build:lib:watch",
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "tsc",
"build:lib:watch": "npm run build:lib -- -w"
"watch": "npm run build:lib:watch"
},
"publishConfig": {
"access": "public"
},
"jest": {
"testEnvironment": "node",
"roots": [
"src"
],
"modulePaths": [
"node_modules"
],
"moduleFileExtensions": [

@@ -35,14 +28,21 @@ "ts",

],
"modulePaths": [
"node_modules"
],
"roots": [
"src"
],
"testEnvironment": "node",
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
"transform": {
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
}
},
"author": "CDMBase LLC",
"license": "ISC",
"typings": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "2c40b0261ecc593ed1e5b46f364370c77ea97ce6"
"gitHead": "ee5f133b240fc4d2e97413f1102baddf6fb56de4"
}
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