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

@-0/keys

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/keys - npm Package Compare versions

Comparing version 0.3.40 to 0.3.41

10

lib/constants.d.ts

@@ -101,6 +101,8 @@ export declare const URL_PAGE = "PAGE";

export declare const $$_DEFAULT: {
$$_PATH: any[];
$$_LOAD: boolean;
$$_VIEW: any;
$$_ROOT: any;
_: {
$$_PATH: any[];
$$_LOAD: boolean;
$$_VIEW: any;
$$_ROOT: any;
};
};

@@ -101,6 +101,8 @@ export const URL_PAGE = "PAGE";

export const $$_DEFAULT = {
[$$_PATH]: [],
[$$_LOAD]: true,
[$$_VIEW]: null,
[$$_ROOT]: null,
[_]: {
[$$_PATH]: [],
[$$_LOAD]: true,
[$$_VIEW]: null,
[$$_ROOT]: null,
},
};

4

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.3.40",
"version": "0.3.41",
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem",

@@ -17,3 +17,3 @@ "main": "./lib/index.js",

"patch": "npm version patch && npm publish",
"postgit": "git push origin master",
"push": "git push origin master",
"ncu": "ncu -u && npm i && npm audit fix",

@@ -20,0 +20,0 @@ "git": "git add . && git commit -m"

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