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

mindts

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindts - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

example/main.ts

@@ -7,3 +7,3 @@ /**

import {TsMind} from "../src";
import TsMind from "../src";

@@ -10,0 +10,0 @@

@@ -49,2 +49,2 @@ /**

}
export { TsMind };
export default TsMind;

@@ -367,2 +367,2 @@ "use strict";

}
exports.TsMind = TsMind;
exports.default = TsMind;
{
"name": "mindts",
"version": "1.0.10",
"version": "1.0.11",
"description": "typescript的脑图插件",
"main": "./index.js",
"module": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {

@@ -7,0 +9,0 @@ "build": "set NODE_ENV=production&webpack --mode production",

@@ -13,2 +13,3 @@ /**

import {Expander} from "./Expander";
// import "./index.less";

@@ -433,2 +434,2 @@

export {TsMind};
export default TsMind;
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