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.38 to 0.0.39

build/preact-shim.js

36

package.json
{
"name": "@hpcc-js/preact-shim",
"version": "0.0.38",
"version": "0.0.39",
"description": "hpcc-js - preact shim",
"main": "dist/preact-shim.js",
"module": "dist/preact-shim.es6.js",
"types": "dist/preact-shim.d.ts",
"main": "build/preact-shim.js",
"module": "lib/index",
"unpkg": "build/preact-shim.min.js",
"types": "lib/index.d.ts",
"files": [
"dist/*"
"build/*",
"lib/*",
"src/*.css"
],
"directories": {
"lib": "dist/"
},
"scripts": {
"build": "tsc && tsc --module esnext --outDir ./lib-es6 && rollup -c && rollup -c -f es -o dist/preact-shim.es6.js",
"clean": "rimraf lib* && rimraf dist*"
"clean": "rimraf lib* && rimraf build",
"compile": "tsc --module esnext --outDir ./lib",
"compile-watch": "npm run compile -- -w",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "uglifyjs build/preact-shim.js -c -m -o build/preact-shim.min.js",
"build": "npm run compile && npm run bundle",
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"",
"lint": "tslint --project . src/**/*.ts",
"docs": "typedoc --options tdoptions.json ."
},

@@ -23,9 +31,9 @@ "dependencies": {

"rimraf": "2.6.1",
"rollup": "0.50.0",
"rollup": "0.51.3",
"rollup-plugin-alias": "1.4.0",
"rollup-plugin-commonjs": "8.2.4",
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-uglify": "2.0.1",
"typescript": "2.5.2"
"typescript": "2.6.1",
"uglify-js": "3.1.8"
},

@@ -32,0 +40,0 @@ "repository": {

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