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

angular-segment-tree

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

angular-segment-tree - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

npm

2

index.js

@@ -6,2 +6,2 @@ import segment from './src/segment.js';

.component.apply(angular, segment)
.directive.apply(angular, compileHtml);
.directive.apply(angular, compileHtml);
{
"name": "angular-segment-tree",
"version": "1.0.8",
"version": "1.0.9",
"description": "Segment tree with angularjs",

@@ -25,2 +25,2 @@ "main": "index.js",

}
}
}

@@ -14,2 +14,2 @@ import path from 'path';

sourceMap: true
};
};

@@ -7,3 +7,3 @@ var directive = ($compile) => {

$element.html($compile(
$attrs.compileHtml
`<div>${$attrs.compileHtml}</div>`
)($scope));

@@ -16,2 +16,2 @@ }

export default ['compileHtml', directive];
export default ['compileHtml', directive];

@@ -0,0 +0,0 @@ import _template from './templates/node.html';

Sorry, the diff of this file is not supported yet

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