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

highlight.run

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highlight.run - npm Package Compare versions

Comparing version 1.0.36 to 1.0.39

dist/client/src/index.d.ts

13

package.json
{
"name": "highlight.run",
"version": "1.0.36",
"version": "1.0.39",
"scripts": {
"build": "webpack",
"dev": "yarn link && webpack --mode=development --watch"
"build": "webpack --mode=production",
"dev": "webpack --watch --mode=production"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/firstload/src/index.js",
"types": "dist/firstload/src/index.d.ts",
"devDependencies": {

@@ -16,3 +16,6 @@ "ts-loader": "^8.0.4",

"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"nodemon": "^2.0.6"
}
}

@@ -5,3 +5,2 @@ {

"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,

@@ -8,0 +7,0 @@ "esModuleInterop": true,

@@ -9,3 +9,3 @@ const path = require('path');

output: {
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'dist/firstload/src'),
filename: '[name].js',

@@ -12,0 +12,0 @@ library: '$',

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