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

@smallstack/common

Package Overview
Dependencies
Maintainers
4
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallstack/common - npm Package Compare versions

Comparing version 0.7.111 to 0.10.1-alpha.0

dist/AutowiredDecorator.d.ts

94

package.json
{
"name": "@smallstack/common",
"version": "0.7.111",
"description": "common functionality for smallstack projects",
"main": "dist/bundle/smallstack_common.umd.js",
"version": "0.10.1-alpha.0",
"description": "common functionality for smallstack packages",
"author": "smallstack GmbH",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist/bundle",
"**/*.smallstack.json"
"dist"
],
"types": "dist/bundle/dts/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "webpack",
"build-prod": "webpack --mode=production",
"clean": "rimraf dist",
"compile": "tsc && rollup -c",
"bundle": "npm run compile && npm run copydts",
"copydts": "copyfiles -e \"dist/bundle/**/*\" -u 1 \"dist/**/*.d.ts\" ./dist/bundle/dts",
"ci-publish": "ci-publish",
"test:ci": "karma start --single-run",
"test": "karma start",
"watch": "nodemon -e ts --ignore dist/ --ignore node_modules/ --exec \"npm run bundle\""
"test": "cross-env JASMINE_CONFIG_PATH=jasmine.json jasmine-ts"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/smallstack/products/smallstack-common"
"dependencies": {
"underscore": "^1.9.1"
},
"author": "smallstack GmbH",
"license": "MIT",
"devDependencies": {
"@smallstack/testing": "^0.1.15",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/yup": "^0.24.3",
"chai": "^4.1.2",
"ci-publish": "1.3.0",
"copyfiles": "^1.2.0",
"jsdom": "^11.6.2",
"karma": "^1.7.1",
"karma-cli": "^1.0.1",
"karma-jsdom-launcher": "^6.1.2",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^3.0.12",
"minimongo": "^4.8.0",
"mocha": "^3.5.3",
"nodemon": "^1.12.1",
"rimraf": "^2.6.1",
"rollup": "0.49.3",
"rollup-plugin-uglify": "^2.0.1",
"typescript": "^2.5.2"
"@types/jasmine": "^3.3.12",
"@types/node": "^11.13.0",
"@types/underscore": "^1.8.14",
"cross-env": "^5.2.0",
"jasmine": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
"nodemon": "^1.18.10",
"nyc": "^13.3.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"pluralize": "^7.0.0",
"rxjs": "^6.3.3",
"underscore": "^1.9.0",
"window-or-global": "^1.0.1",
"yup": "^0.24.1"
}
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"typings",
"src/**/*.spec.ts"
],
"extension": [
".ts"
],
"reporter": [
"text",
"text-summary",
"html"
],
"all": true
},
"gitHead": "6669ded3a73c9ebbdd9fb72ad7b3d431685f09ff"
}
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