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

screen-capture-chrome-extension

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screen-capture-chrome-extension - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

src/index.ts

4

package.json
{
"name": "screen-capture-chrome-extension",
"version": "0.1.0",
"version": "0.1.1",
"description": "Chrome extension for screen capture",
"main": "index.js",
"main": "dist/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "build": "./node_modules/.bin/webpack",

@@ -10,2 +10,3 @@ const webpack = require("webpack");

background: path.join(__dirname, 'src/background.ts'),
index: path.join(__dirname, 'src/index.ts'),
},

@@ -12,0 +13,0 @@ output: {

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