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

@nextcloud/router

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/router - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.travis.yml

4

dist/index.js

@@ -5,4 +5,2 @@ "use strict";

require("core-js/modules/es.date.to-string");
require("core-js/modules/es.object.assign");

@@ -12,4 +10,2 @@

require("core-js/modules/es.regexp.exec");
require("core-js/modules/es.regexp.to-string");

@@ -16,0 +12,0 @@

{
"name": "@nextcloud/router",
"version": "0.1.0",
"version": "1.0.0",
"description": "",

@@ -9,2 +9,3 @@ "main": "dist/index.js",

"build": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly",
"build:doc": "typedoc --out dist/doc lib && touch dist/doc/.nojekyll",
"check-types": "tsc",

@@ -25,16 +26,17 @@ "dev": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch",

"dependencies": {
"core-js": "3.1.4"
"core-js": "3.5.0"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@babel/preset-typescript": "7.3.3",
"@nextcloud/typings": "0.1.1",
"browserslist-config-nextcloud": "0.0.1",
"typescript": "3.5.2"
"@babel/cli": "7.7.5",
"@babel/core": "7.7.5",
"@babel/preset-env": "7.7.6",
"@babel/preset-typescript": "7.7.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/typings": "0.1.4",
"typedoc": "^0.15.5",
"typescript": "3.7.3"
},
"browserslist": [
"extends browserslist-config-nextcloud"
"extends @nextcloud/browserslist-config"
]
}

Sorry, the diff of this file is not supported yet

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