Socket
Socket
Sign inDemoInstall

@codemirror/fold

Package Overview
Dependencies
10
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.0 to 0.17.1

.github/workflows/dispatch.yml

6

CHANGELOG.md

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

## 0.17.1 (2021-01-06)
### New features
The package now also exports a CommonJS module.
## 0.17.0 (2020-12-29)

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

10

package.json
{
"name": "@codemirror/fold",
"version": "0.17.0",
"version": "0.17.1",
"description": "Code folding for the CodeMirror code editor",
"scripts": {
"test": "echo 'No tests'",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc