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

alaska-settings

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaska-settings - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

14

package.json
{
"name": "alaska-settings",
"version": "0.13.0",
"version": "0.13.1",
"description": "Alaska settings service",

@@ -15,12 +15,12 @@ "keywords": [

"dependencies": {
"alaska-field-mixed": "^0.13.0",
"alaska-field-select": "^0.13.0",
"alaska-field-text": "^0.13.0",
"alaska-field-mixed": "^0.13.1",
"alaska-field-select": "^0.13.1",
"alaska-field-text": "^0.13.1",
"debug": "^3.1.0"
},
"peerDependencies": {
"alaska-field-mixed": "^0.13.0",
"alaska-field-select": "^0.13.0",
"alaska-field-text": "^0.13.0"
"alaska-field-mixed": "^0.13.1",
"alaska-field-select": "^0.13.1",
"alaska-field-text": "^0.13.1"
}
}

@@ -0,5 +1,10 @@

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
//为 alaska-admin-view 注入设置编辑器
export const routes = [{
const routes = exports.routes = [{
component: `${__dirname}/SettingsEditor.jsx`,
path: '/settings'
}];
}];
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