Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

return-style

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

return-style - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

CHANGELOG.md

35

package.json
{
"name": "return-style",
"version": "0.10.0",
"version": "0.10.1",
"description": "Non-intrusively convert the result of any function or promise to the user's desired style.",

@@ -46,3 +46,4 @@ "keywords": [

"build:es2018": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
"bundle": "rollup --config rollup.config.js"
"bundle": "rollup --config rollup.config.js",
"release": "standard-version"
},

@@ -56,22 +57,24 @@ "husky": {

"devDependencies": {
"@blackglory/jest-matchers": "^0.1.1",
"@blackglory/types": "^0.1.3",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jest": "^26.0.13",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"husky": "^4.2.5",
"iterable-operator": "^0.12.1",
"jest": "^26.4.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.11.0",
"husky": "^4.3.0",
"iterable-operator": "^0.12.2",
"jest": "^26.5.2",
"jest-extended": "^0.11.5",
"rollup": "^2.26.10",
"rollup": "^2.29.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.3.0",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.1",
"tscpaths": "^0.0.9",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {}
}
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