Socket
Socket
Sign inDemoInstall

@stoplight/common

Package Overview
Dependencies
Maintainers
4
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.9 to 0.0.11-0

lib/disposable.d.ts

7

lib/index.d.ts

@@ -1,1 +0,6 @@

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

8

package.json
{
"name": "@stoplight/common",
"version": "0.0.9",
"version": "0.0.11-0",
"description": "Stoplight common type and interface definitions.",

@@ -13,13 +13,15 @@ "main": "lib/index.js",

"scripts": {
"depcheck": "depcheck",
"prepublishOnly": "yarn build",
"prebuild": "yarn clean",
"build": "NODE_ENV=production yarn build.module",
"build.dev": "NODE_ENV=development yarn build.main",
"build.module": "tsc --outDir ./lib",
"build.docs": "typedoc --out docs --target es6 --theme minimal --mode file src",
"build.main": "rollup -c",
"start": "NODE_ENV=development yarn build.module -w",
"clean": "git clean -fdX .",
"lint": "tslint 'src/**/*.ts'"
},
"dependencies": {
"tslib": "1.x.x"
}
}

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