Socket
Socket
Sign inDemoInstall

editable-history

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

docs/editable-history.js

17

package.json
{
"name": "editable-history",
"version": "0.0.1",
"version": "0.0.2",
"description": "make modern browser history editable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build:commonjs": "tsc --pretty --module commonjs --outDir dist/commonjs",
"build:es": "tsc --pretty --module es2015 --outDir dist/es",
"rollup": "npm run build:commonjs && rollup -c -o dist/umd/editable-history.js",
"test": "echo \"Error: no test specified\" && exit 1",
"server": "http-server ./ -c-1"
},

@@ -18,3 +22,10 @@ "repository": {

},
"homepage": "https://github.com/wuchangming/editable-history#readme"
"homepage": "https://github.com/wuchangming/editable-history#readme",
"devDependencies": {
"http-server": "^0.11.1",
"rollup": "^1.16.6",
"rollup-plugin-commonjs": "^10.0.1",
"typescript": "^3.5.2",
"mobx": "^5.11.0"
}
}

2

README.md
# editable-history
make modern browser history editable
Make the browser history control in SPA more convenient.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc