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

eripusisu

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eripusisu - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

dist/eripusisu.js

@@ -53,3 +53,5 @@ export default class Eripusisu {

emptyTarget() {
this.container.innerHTML = "";
while (this.container.firstChild) {
this.container.removeChild(this.container.firstChild);
}
}

@@ -56,0 +58,0 @@ revertToOriginalNodes() {

@@ -66,3 +66,5 @@ (function (global, factory) {

Eripusisu.prototype.emptyTarget = function () {
this.container.innerHTML = "";
while (this.container.firstChild) {
this.container.removeChild(this.container.firstChild);
}
};

@@ -69,0 +71,0 @@ Eripusisu.prototype.revertToOriginalNodes = function () {

{
"name": "eripusisu",
"version": "1.2.0",
"version": "1.2.1",
"description": "Text truncation library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/tsmd/eripusisu#readme",

@@ -24,3 +24,3 @@ # Eripusisu

```html
<script src="https://unpkg.com/eripusisu@1.1.2/dist/eripusisu.umd.js"></script>
<script src="https://unpkg.com/eripusisu@1.2.1/dist/eripusisu.umd.js"></script>
```

@@ -27,0 +27,0 @@

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