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

@ckeditor/ckeditor5-typing

Package Overview
Dependencies
Maintainers
0
Versions
803
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-typing - npm Package Compare versions

Comparing version 0.0.0-nightly-20241216.0 to 0.0.0-nightly-20241217.0

26

package.json
{
"name": "@ckeditor/ckeditor5-typing",
"version": "0.0.0-nightly-20241216.0",
"version": "0.0.0-nightly-20241217.0",
"description": "Typing feature for CKEditor 5.",

@@ -16,5 +16,5 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241216.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241216.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241216.0",
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241217.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241217.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241217.0",
"lodash-es": "4.17.21"

@@ -40,3 +40,19 @@ },

],
"types": "src/index.d.ts"
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"import": "./src/index.js"
},
"./dist/*": {
"types": "./src/index.d.ts",
"import": "./dist/*"
},
"./src/*": {
"types": "./src/index.d.ts",
"import": "./src/*"
},
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
"./package.json": "./package.json"
}
}
dist/augmentation.d.ts

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

Sorry, the diff of this file is not supported yet

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