Socket
Socket
Sign inDemoInstall

route-manifest

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

dist/rmanifest.js

26

package.json
{
"name": "route-manifest",
"version": "0.0.1",
"version": "1.0.0",
"umd:name": "rmanifest",
"repository": "lukeed/route-manifest",
"description": "WIP",
"unpkg": "dist/manifest.min.js",
"module": "dist/manifest.mjs",
"main": "dist/manifest.js",
"umd:name": "manifest",
"description": "A tiny (412B) runtime to retrieve the correct entry from a Route Manifest file",
"unpkg": "dist/rmanifest.min.js",
"module": "dist/rmanifest.mjs",
"main": "dist/rmanifest.js",
"types": "rmanifest.d.ts",
"license": "MIT",

@@ -17,2 +18,3 @@ "author": {

"files": [
"*.d.ts",
"dist"

@@ -26,5 +28,4 @@ ],

"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
"test": "tape -r esm test/*.js | tap-spec"
},
"keywords": [],
"dependencies": {

@@ -34,2 +35,3 @@ "regexparam": "^1.3.0"

"devDependencies": {
"esm": "3.2.25",
"gzip-size": "5.1.1",

@@ -41,3 +43,9 @@ "mk-dirs": "2.0.0",

"terser": "4.1.4"
}
},
"keywords": [
"route",
"runtime",
"manifest",
"parser"
]
}
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