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

@hpcc-js/util

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/util - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

build/index.es6.js

28

package.json
{
"name": "@hpcc-js/util",
"version": "0.0.49",
"version": "0.0.50",
"description": "hpcc-js - Utilities",
"main": "build/util.js",
"module": "lib/index",
"unpkg": "build/util.min.js",
"types": "lib/index.d.ts",
"main": "build/index.js",
"module": "build/index.es6",
"unpkg": "build/index.min.js",
"types": "lib-es6/index.d.ts",
"files": [

@@ -15,9 +15,9 @@ "build/*",

"clean": "rimraf lib* && rimraf build",
"compile": "tsc --module esnext --outDir ./lib",
"compile-watch": "npm run compile -- -w",
"compile-umd": "tsc",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "uglifyjs build/util.js -c -m --source-map -o build/util.min.js",
"build": "npm run compile && npm run bundle",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"bundle-es6": "rollup -c -f es -o build/index.es6.js",
"bundle-umd": "rollup -c -f umd -o build/index.js",
"bundle-watch": "npm run bundle-es6 -- -w",
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js",
"build": "npm run compile-es6 && npm run bundle-es6 && npm run bundle-umd",
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"",

@@ -33,4 +33,4 @@ "lint": "tslint --project . src/**/*.ts",

"concurrently": "3.5.0",
"rimraf": "2.6.1",
"rollup": "0.51.7",
"rimraf": "2.6.2",
"rollup": "0.52.1",
"rollup-plugin-commonjs": "8.2.6",

@@ -37,0 +37,0 @@ "rollup-plugin-node-resolve": "3.0.0",

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