Socket
Socket
Sign inDemoInstall

shrink-string

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shrink-string - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

index.js

@@ -20,3 +20,3 @@ const { gzip, gunzip } = require('zlib')

compress,
decompress,
decompress
}

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

// eslint-disable-next-line node/no-unpublished-require
const test = require('tape-async')

@@ -3,0 +2,0 @@ const { compress, decompress } = require('.')

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

Addition to the LGPL-3.0:
You may not use the code in this repository for the governments, military, or
law enforcement of any NATO member; or in applications or platforms designed
or intended for use by neo-Nazis, white supremacists, far-right conspiracy
theorists (such as Q-Anon), or other similar right-wing groups.
Below is the LGPL-3.0.
GNU LESSER GENERAL PUBLIC LICENSE

@@ -2,0 +11,0 @@ Version 3, 29 June 2007

{
"name": "shrink-string",
"description": "Tiny string compression module for Node.",
"version": "3.0.9",
"version": "3.0.10",
"author": {

@@ -19,3 +19,3 @@ "email": "zac@zacanger.com",

"test": "npm run test:lint && npm run test:tape",
"test:lint": "eslint -c .eslintrc.json *.js",
"test:lint": "standard",
"test:tape": "node index.test.js"

@@ -36,10 +36,5 @@ },

],
"dependencies": {},
"devDependencies": {
"eslint": "7.15.0",
"eslint-plugin-zacanger": "2.2.0",
"husky": "4.3.5",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"sortpack": "2.1.10",
"sortpack": "2.2.2",
"standard": "17.0.0",
"tape-async": "2.3.0"

@@ -49,16 +44,3 @@ },

"node": ">=10.0.0"
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"package.json": [
"sortpack"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
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