Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
5
Maintainers
2
Versions
178
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.2 to 0.17.3

dist/index.cjs

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.17.3 (2021-01-06)
### New features
The package now also exports a CommonJS module.
## 0.17.2 (2021-01-04)

@@ -2,0 +8,0 @@

10

package.json
{
"name": "@codemirror/view",
"version": "0.17.2",
"version": "0.17.3",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "echo 'Test runner in wrapper package'",
"prepare": "tsc && rollup -c"
"prepare": "tsc -p tsconfig.local.json && rollup -c"
},

@@ -19,3 +19,7 @@ "keywords": [

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"types": "dist/index.d.ts",

@@ -22,0 +26,0 @@ "module": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc