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

common-types

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-types - npm Package Compare versions

Comparing version 1.30.0 to 1.31.0

dist/index.d.ts

44

package.json
{
"name": "common-types",
"version": "1.30.0",
"version": "1.31.0",
"description": "Common Types for Typescript",
"repository": "https://github.com/lifegadget/common-types",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"typings": "dist/es/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [

@@ -13,13 +13,11 @@ "dist"

"scripts": {
"autoindex": "yarn do autoindex",
"lint": "yarn tsc",
"test": "yarn tsc",
"clear": "rimraf dist",
"prebuild": "run-s clear autoindex",
"prepublish": "run-s clear autoindex build",
"build": "rollup -c",
"build:tsc": "tsc -P tsconfig-es.json && tsc -P tsconfig-cjs.json && tsc -P tsconfig-umd.json",
"watch": "run-p watch:*",
"watch:autoindex": "yarn do autoindex -w",
"watch:rollup": "rollup -c -w"
"autoindex": "dd autoindex",
"lint": "npx tsc --noEmit",
"test": "npx tsc --noEmit",
"clean": "rimraf dist",
"prebuild": "run-s clean autoindex",
"prepublish": "run-s clean autoindex build",
"build": "tsup src/index.ts --format='cjs,esm' --dts",
"watch": "run-s clean autoindex watch:bundle",
"watch:bundle": "tsup src/index.ts --format='cjs,esm' --dts --watch"
},

@@ -29,20 +27,14 @@ "author": "Ken Snyder <ken@ken.net>",

"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@type-challenges/utils": "^0.1.1",
"@types/jest": "^27.0.1",
"@types/mocha": "^8.0.3",
"@types/rimraf": "^3.0.0",
"async-shelljs": "^0.1.4",
"dd": "^0.12.3",
"dd": "^0.15.4",
"jest": "^27.0.4",
"jest-extended": "^0.11.5",
"json-schema": "^0.3.0",
"jest-extended": "^1.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.52.7",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
"ts-node": "^10.4.0",
"tsup": "^5.10.3",
"typescript": "^4.5.2"
}
}
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