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

monocart-code-viewer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monocart-code-viewer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

LICENSE

20

package.json
{
"name": "monocart-code-viewer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Monocart Code Viewer",
"main": "dist/monocart-code-viewer.js",
"scripts": {
"build": "sf lint && sf b -p",
"patch": "npm run build && sf publish patch"
},
"files": [

@@ -10,3 +15,14 @@ "dist"

"dependencies": {},
"devDependencies": {}
"devDependencies": {
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/view": "^6.11.1",
"codemirror": "^6.0.1",
"eslint": "^8.40.0",
"eslint-config-plus": "^1.0.6",
"eslint-plugin-html": "^7.1.0",
"lz-utils": "^2.0.1",
"stylelint": "^15.6.1",
"stylelint-config-plus": "^1.0.3"
}
}

9

README.md

@@ -8,12 +8,13 @@ # monocart-code-viewer

let codeViewer;
const report = {
content: "",
coverage: {
lineMap,
bgMap,
countMap
line,
bg,
count
}
};
let codeViewer;
if (codeViewer) {

@@ -20,0 +21,0 @@ codeViewer.update(report);

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

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