Socket
Socket
Sign inDemoInstall

core-router

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

dist/core-router.es5.js

5

package.json
{
"name": "core-router",
"version": "0.1.1",
"version": "0.1.2",
"description": "Primitives for building your own router",

@@ -28,2 +28,3 @@ "keywords": [

"prebuild": "rimraf dist",
"prepublish": "yarn build",
"build": "tsc --module commonjs && rollup -c rollup.config.ts",

@@ -33,3 +34,3 @@ "start": "rollup -c rollup.config.ts -w",

"test:watch": "jest --coverage --watch",
"test:prod": "npm run lint && npm run test -- --no-cache"
"test:prod": "yarn lint && yarn test -- --no-cache"
},

@@ -36,0 +37,0 @@ "husky": {

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