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

tsdef

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdef - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/browser/index.d.ts

1

lib/index.d.ts

@@ -112,1 +112,2 @@ export declare type nil = null | undefined;

};
//# sourceMappingURL=index.d.ts.map

2

lib/index.js

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
{
"name": "tsdef",
"version": "0.0.11",
"version": "0.0.12",
"description": "TypeScript common pattern shortcut definitions / utility gist library",

@@ -16,16 +16,30 @@ "keywords": [

],
"main": "es5/index.js",
"author": "Joon Ho Cho",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/joonhocho/tsdef.git"
},
"bugs": {
"url": "https://github.com/joonhocho/tsdef/issues"
},
"homepage": "https://github.com/joonhocho/tsdef#readme",
"module": "lib/index.js",
"types": "es5/index.d.ts",
"main": "dist/node/index.js",
"browser": "dist/browser/index.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"scripts": {
"all": "npm run clean && npm run format && npm run lint:fix && npm run test && npm run build && npm run build:es5",
"build": "tsc -p ./tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib",
"build:es5": "tsc -p ./tsconfig.es5.json && tscpaths -p ./tsconfig.es5.json -s ./src -o ./es5",
"clean": "rm -rf ./lib ./es5 ./coverage",
"all": "npm run clean && npm run format && npm run lint:fix && npm run build:all && npm run test",
"build:all": "npm run build:module && npm run build:node && npm run build:browser",
"build:browser": "tsc -p ./tsconfig.browser.json && tscpaths -p ./tsconfig.browser.json -s ./src -o ./dist/browser",
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib",
"build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/node",
"clean": "rm -rf ./lib ./dist ./coverage",
"format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\"",
"lint": "tslint -c ./tslint.json \"src/**/*\"",
"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*\"",
"lint": "tslint -c ./tslint.json \"src/**/*.ts\"",
"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*.ts\"",
"precommit": "npm run all",
"prepublish": "npm run all",
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && npm i",
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn",
"start": "npm run test",

@@ -38,12 +52,2 @@ "test": "jest",

"pre-commit": "precommit",
"author": "Joon Ho Cho",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/joonhocho/tsdef.git"
},
"bugs": {
"url": "https://github.com/joonhocho/tsdef/issues"
},
"homepage": "https://github.com/joonhocho/tsdef#readme",
"devDependencies": {

@@ -62,4 +66,3 @@ "@types/jest": "^24.0.15",

"typescript": "^3.5.2"
},
"sideEffects": false
}
}
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