Socket
Socket
Sign inDemoInstall

@harlem/plugin-devtools

Package Overview
Dependencies
24
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0-beta.8 to 2.4.0-beta.9

dist/index.cjs.js

38

package.json
{
"name": "@harlem/plugin-devtools",
"amdName": "harlemDevtools",
"version": "2.4.0-beta.8",
"version": "2.4.0-beta.9",
"license": "MIT",

@@ -9,15 +9,24 @@ "author": "Andrew Courtice <andrewcourtice@users.noreply.github.com>",

"homepage": "https://harlemjs.com",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "index.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"index.js",
"index.mjs"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
"import": {
"node": "./index.mjs",
"default": "./dist/index.esm-bundler.js"
},
"require": "./index.js",
"types": "./dist/index.d.ts"
},
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},

@@ -40,4 +49,3 @@ "keywords": [

"scripts": {
"dev": "yarn run --top-level tsup --watch src",
"build": "yarn run --top-level tsup",
"build": "node ./build.mjs",
"prepublishOnly": "yarn build"

@@ -49,9 +57,9 @@ },

"dependencies": {
"@harlem/utilities": "^2.4.0-beta.8",
"@harlem/utilities": "^2.4.0-beta.9",
"@vue/devtools-api": "^6.4.5"
},
"devDependencies": {
"@harlem/core": "^2.4.0-beta.8"
"@harlem/core": "^2.4.0-beta.9"
},
"gitHead": "1dcd57c16cb6561cfcf11729d614eeae17d00c26"
"gitHead": "c143899b0b1ef279a6d9485c0e20c193334560da"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc