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

@hpcc-js/amchart

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/amchart - npm Package Compare versions

Comparing version 0.0.68 to 0.0.69

dist/index.es6.js

18

package.json
{
"name": "@hpcc-js/amchart",
"version": "0.0.68",
"version": "0.0.69",
"description": "hpcc-js - Viz AM Charts",
"main": "build/index.js",
"module": "build/index.es6",
"unpkg": "build/index.min.js",
"main": "dist/index.js",
"module": "dist/index.es6",
"unpkg": "dist/index.min.js",
"types": "types/index.d.ts",
"files": [
"build/*",
"dist/*",
"types/*",

@@ -15,3 +15,3 @@ "src/*.css"

"scripts": {
"clean": "rimraf lib* && rimraf types && rimraf build",
"clean": "rimraf lib* && rimraf types && rimraf dist",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",

@@ -21,3 +21,3 @@ "compile-umd": "tsc --module umd --outDir ./lib-umd",

"bundle-watch": "npm run bundle -- -w",
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js",
"minimize": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js",
"build": "npm run compile-es6 && npm run bundle",

@@ -29,4 +29,4 @@ "watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"",

"dependencies": {
"@hpcc-js/api": "^0.0.68",
"@hpcc-js/common": "^0.0.68"
"@hpcc-js/api": "^0.0.69",
"@hpcc-js/common": "^0.0.69"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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