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

@stoplight/common

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/common - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44-0.0.44-alpha.2.0

5

lib/disposable.js

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("@stoplight/disposable"), exports);
export * from '@stoplight/disposable';
//# sourceMappingURL=disposable.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("@stoplight/emitter"), exports);
export * from '@stoplight/emitter';
//# sourceMappingURL=event.js.map

21

lib/index.js

@@ -1,15 +0,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var disposable = require("./disposable");
exports.disposable = disposable;
var event = require("./event");
exports.event = event;
var json = require("./json");
exports.json = json;
var text = require("./text");
exports.text = text;
var types = require("./types");
exports.types = types;
var uri = require("./uri");
exports.uri = uri;
import * as disposable from './disposable';
import * as event from './event';
import * as json from './json';
import * as text from './text';
import * as types from './types';
import * as uri from './uri';
export { disposable, event, json, text, types, uri };
//# sourceMappingURL=index.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("@stoplight/json"), exports);
export * from '@stoplight/json';
//# sourceMappingURL=json.js.map

@@ -1,2 +0,1 @@

import path = require('@stoplight/path');
export = path;
export * from '@stoplight/path';

@@ -1,4 +0,2 @@

"use strict";
var path = require("@stoplight/path");
module.exports = path;
export * from '@stoplight/path';
//# sourceMappingURL=path.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("@stoplight/text"), exports);
export * from '@stoplight/text';
//# sourceMappingURL=text.js.map

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("@stoplight/uri"), exports);
export * from '@stoplight/uri';
//# sourceMappingURL=uri.js.map
{
"name": "@stoplight/common",
"version": "0.0.43",
"version": "0.0.44-0.0.44-alpha.2.0",
"description": "Stoplight common type and interface definitions.",
"main": "lib/index.js",
"module": "lib/index.es.js",
"jsnext:main": "lib/index.es.js",
"sideEffects": false,
"author": "Stoplight <dev@stoplight.io>",

@@ -23,12 +22,12 @@ "homepage": "https://stoplight.io",

"dependencies": {
"@stoplight/disposable": "0.0.43",
"@stoplight/emitter": "0.0.43",
"@stoplight/json": "0.0.43",
"@stoplight/path": "0.0.43",
"@stoplight/text": "0.0.43",
"@stoplight/types": "0.0.43",
"@stoplight/uri": "0.0.43",
"@stoplight/disposable": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/emitter": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/json": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/path": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/text": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/types": "0.0.44-0.0.44-alpha.2.0",
"@stoplight/uri": "0.0.44-0.0.44-alpha.2.0",
"tslib": "1.x.x"
},
"gitHead": "863127087b0dcfaebf40e7c0ed86bedcd2835468"
"gitHead": "cb317cfeaad83a63adf45c4609df17c1a501b6e5"
}

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

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