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

@lowdefy/helpers

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/helpers - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

CHANGELOG.md

29

package.json
{
"name": "@lowdefy/helpers",
"version": "1.1.0",
"version": "1.2.0",
"licence": "Apache-2.0",

@@ -25,21 +25,30 @@ "description": "",

"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"build": "babel src --out-dir dist",
"clean": "rm -rf dist",
"test": "jest --coverage",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"npm-publish": "npm publish --access public"
"npm-publish": "npm publish --access public",
"version:prerelease": "yarn version prerelease",
"version:patch": "yarn version patch",
"version:minor": "yarn version minor",
"version:major": "yarn version major"
},
"dependencies": {
"lodash.merge": "4.6.2",
"query-string": "6.13.5"
"query-string": "6.13.7"
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.1",
"@babel/preset-env": "7.12.1",
"babel-jest": "26.5.2",
"jest": "26.5.3",
"jest-diff": "26.5.2"
}
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.10",
"babel-jest": "26.6.3",
"jest": "26.6.3",
"jest-diff": "26.6.2"
},
"gitHead": "d10615737d52966e476506e00492abbe14877210"
}
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