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.12 to 0.0.13

6

package.json
{
"name": "tsdef",
"version": "0.0.12",
"version": "0.0.13",
"description": "TypeScript common pattern shortcut definitions / utility gist library",

@@ -28,3 +28,2 @@ "keywords": [

"main": "dist/node/index.js",
"browser": "dist/browser/index.js",
"types": "lib/index.d.ts",

@@ -34,4 +33,3 @@ "sideEffects": false,

"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:all": "npm run build:module && npm run build:node",
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib",

@@ -38,0 +36,0 @@ "build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/node",

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