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

@astii/code-editor

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astii/code-editor - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/index.d.ts
export { default, default as CodeEditor } from "./editor";
export { CodeEditorConfig, AutoCompletion, CompletionType } from "./editor/type";

7

package.json
{
"name": "@astii/code-editor",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"scripts": {
"build:type": "tsc --emitDeclarationOnly",
"build": "rm -rf dist && npm run build:type && webpack",
"test": "webpack serve --config ./_test/server.js",
"publishToNpm": "npm run build && npm version patch && npm publish --registry=https://registry.npmjs.org --access=public"
"publishToNpm": "npm run build && npm version patch && npm publish --registry=https://registry.npmjs.org --access=public",
"test": "webpack serve --config ./_test/server.js"
},

@@ -11,0 +12,0 @@ "devDependencies": {

@@ -0,1 +1,5 @@

<div align="center">
<img src="./icon.jpg" height="200"/>
</div>
# code-editor

@@ -2,0 +6,0 @@

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