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

atom-web-ui

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-web-ui - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

1

dist/core/atomWrapperWeb.d.ts

@@ -146,2 +146,3 @@ /// <reference path="../../typings/main.d.ts" />

export declare var config: any;
export declare var views: any;
export declare var grammars: any;

@@ -148,0 +149,0 @@ export declare var commands: {

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

};
exports.views = {
documentPollers: []
};
exports.grammars = {

@@ -701,0 +704,0 @@ grammarsByScopeName: {

@@ -6,2 +6,3 @@ "use strict";

exports.UI = UILib;
window.atom = atomWeb;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "atom-web-ui",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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

};
exports.views = {
documentPollers: []
};
exports.grammars = {

@@ -701,0 +704,0 @@ grammarsByScopeName: {

@@ -1012,2 +1012,6 @@ /// <reference path="../../typings/main.d.ts" />

export var views: any = {
documentPollers: []
}
export var grammars: any = {

@@ -1014,0 +1018,0 @@ grammarsByScopeName: {

@@ -6,2 +6,3 @@ "use strict";

exports.UI = UILib;
window.atom = atomWeb;
//# sourceMappingURL=index.js.map

@@ -7,2 +7,4 @@ import atomWeb = require("./core/atomWrapperWeb");

export var UI = UILib;
export var UI = UILib;
(<any>window).atom = atomWeb;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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