Socket
Socket
Sign inDemoInstall

ipx

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipx - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

dist/index.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.1](https://github.com/nuxt-contrib/ipx/compare/v0.5.0...v0.5.1) (2021-02-03)
### Bug Fixes
* **pkg:** export index.ts ([6125bbb](https://github.com/nuxt-contrib/ipx/commit/6125bbb79ad430294f5d371d9a08f8ecca5c8372))
## [0.5.0](https://github.com/nuxt-contrib/ipx/compare/v0.4.8...v0.5.0) (2021-02-03)

@@ -7,0 +14,0 @@

14

package.json
{
"name": "ipx",
"version": "0.5.0",
"version": "0.5.1",
"repository": "nuxt-contrib/ipx",
"license": "MIT",
"main": "dist/ipx.js",
"module": "dist/ipx.mjs",
"types": "./dist/ipx.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": "./dist/cli.js",
"files": [
"dist",
"bin"
"dist"
],

@@ -18,3 +17,4 @@ "scripts": {

"lint": "eslint --ext .ts .",
"release": "standard-version && yarn build && git push --follow-tags origin master && npm publish",
"prepublishOnly": "yarn build",
"release": "standard-version && git push --follow-tags && npm publish",
"start": "node bin/ipx.js",

@@ -21,0 +21,0 @@ "test": "yarn lint && jest"

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