New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hpcc-js/preact-shim

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/preact-shim - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

5

package.json
{
"name": "@hpcc-js/preact-shim",
"version": "0.0.54",
"version": "0.0.55",
"description": "hpcc-js - preact shim",

@@ -17,2 +17,3 @@ "main": "dist/index.js",

"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-es6-watch": "npm run compile-es6 -- -w",
"compile-umd": "tsc --module umd --outDir ./lib-umd",

@@ -23,3 +24,3 @@ "bundle": "rollup -c",

"build": "npm run compile-es6 && npm run bundle",
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"",
"watch": "concurrently --kill-others \"npm run compile-es6-watch\" \"npm run bundle-watch\"",
"lint": "tslint --project . src/**/*.ts",

@@ -26,0 +27,0 @@ "docs": "typedoc --options tdoptions.json ."

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