Socket
Socket
Sign inDemoInstall

ts-enum-util

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-enum-util - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

package.json
{
"name": "ts-enum-util",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript Enum Utilities",

@@ -31,4 +31,4 @@ "repository": {

"build:types": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --emitDeclarationOnly true --outDir dist/types",
"build:commonjs": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false --outDir dist/commonjs",
"build:es": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false -m es6 --outDir dist/es",
"build:commonjs": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false --sourceRoot ../src --outDir dist/commonjs",
"build:es": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false -m es6 --sourceRoot ../src --outDir dist/es",
"build": "npm run clean:dist && run-p build:types build:es build:commonjs",

@@ -35,0 +35,0 @@ "pack": "run-p clean:pack build && npm pack",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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