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

shave

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shave - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

2

dist/jquery.shave.min.js
/**
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height
@version v2.3.0
@version v2.4.0
@link https://github.com/dollarshaveclub/shave#readme

@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)

/**
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height
@version v2.3.0
@version v2.4.0
@link https://github.com/dollarshaveclub/shave#readme

@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)

/**
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height
@version v2.3.0
@version v2.4.0
@link https://github.com/dollarshaveclub/shave#readme

@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)

/**
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height
@version v2.3.0
@version v2.4.0
@link https://github.com/dollarshaveclub/shave#readme

@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)

{
"name": "shave",
"version": "2.3.0",
"version": "2.4.0",
"description": "Shave is a javascript plugin that truncates multi-line text within a html element based on set max height",

@@ -11,2 +11,3 @@ "main": "dist/shave.js",

],
"types": "types/index.d.ts",
"scripts": {

@@ -21,3 +22,3 @@ "build": "rollup --config rollup.config.js",

"eslint:ci": "eslint .",
"postpublish": "git tag $npm_package_version && git push origin --tags",
"postpublish": "git tag $npm_package_version && git push origin --tags && npm run chore",
"prepush": "npm run build && npm test && npm run eslint:ci",

@@ -62,6 +63,7 @@ "test": "npm run test:acceptance && npm run test:es-check",

"node-qunit-phantomjs": "^2.0.0",
"rollup": "^0.63.0",
"rollup": "^0.64.0",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-uglify": "^4.0.0"
"rollup-plugin-uglify": "^4.0.0",
"typescript": "^3.0.1"
}
}
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