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

treedash

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

treedash - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/components/code-excuter/index.d.ts

3

dist/index.d.ts

@@ -1,2 +0,1 @@

export * from './functions';
export * from './interfaces';
export * from './libs/index';

@@ -177,3 +177,3 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';

if (target) return parent;
if (target) return target;
}

@@ -204,3 +204,3 @@ } catch (err) {

return nodes.map(function (node) {
var nextNode = iterator(node, parent);
var nextNode = iterator(node, parent); // 这里默认使用 iterator返回的新node而不是原Node去判断进入下层递归

@@ -207,0 +207,0 @@ if (nextNode[childKey] && nextNode[childKey].length) {

@@ -300,3 +300,3 @@ 'use strict';

if (target) return parent;
if (target) return target;
}

@@ -327,3 +327,3 @@ } catch (err) {

return nodes.map(function (node) {
var nextNode = iterator(node, parent);
var nextNode = iterator(node, parent); // 这里默认使用 iterator返回的新node而不是原Node去判断进入下层递归

@@ -330,0 +330,0 @@ if (nextNode[childKey] && nextNode[childKey].length) {

{
"name": "treedash",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Tree Utils Library For Development",

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

"test": "jest",
"prepublish": "npm run test && npm run build"
"prepublish": "npm run test && npm run build",
"predeploy": "npm run docs:build",
"deploy": "gh-pages -d docs"
},

@@ -34,5 +36,7 @@ "repository": {

},
"homepage": "https://github.com/xitengfei/treedash",
"homepage": "http://treedash.xitf.vip/",
"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.12.5",
"@emotion/react": "^11.4.0",
"gh-pages": "^3.2.3"
},

@@ -43,2 +47,3 @@ "devDependencies": {

"@babel/preset-typescript": "^7.13.0",
"@emotion/styled": "^11.3.0",
"@types/lodash": "^4.14.129",

@@ -48,3 +53,3 @@ "@types/vfile-message": "1.x",

"babel-plugin-import": "^1.13.1",
"dumi": "^1.0.38",
"dumi": "^1.1.18",
"father-build": "^1.17.2",

@@ -51,0 +56,0 @@ "jest": "^26.6.3",

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