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

@waiting/shared-types-dev

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types-dev - npm Package Compare versions

Comparing version 7.2.3 to 7.3.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 7.3.0 (2021-03-26)
**Note:** Version bump only for package @waiting/shared-types-dev
## 7.2.3 (2021-03-25)

@@ -8,0 +16,0 @@

3

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 7.2.2
* @version 7.2.3
* @author waiting

@@ -108,3 +108,2 @@ * @license MIT

+ JSON.stringify(obj, null, 2)
+ ';'
+ trailingString;

@@ -111,0 +110,0 @@ express.replaceWithText(jsonCode);

@@ -24,3 +24,2 @@ import { findCallExpressionsByName, hasImportNecessaryType, retrieveTypeArgmentFromCallExpression, } from './common';

+ JSON.stringify(obj, null, 2)
+ ';'
+ trailingString;

@@ -27,0 +26,0 @@ express.replaceWithText(jsonCode);

{
"name": "@waiting/shared-types-dev",
"author": "waiting",
"version": "7.2.3",
"version": "7.3.0",
"description": "shared typescript types devel",

@@ -28,7 +28,7 @@ "private": false,

"dependencies": {
"@waiting/shared-types": "^7.2.3",
"@waiting/shared-types": "^7.3.0",
"ts-morph": "10"
},
"devDependencies": {
"@waiting/shared-core": "^7.2.3",
"@waiting/shared-core": "^7.3.0",
"cross-env": "7"

@@ -91,3 +91,3 @@ },

},
"gitHead": "d0a71282c418fb7553c0dda83a918be3b27441ce"
"gitHead": "3eab8ad365e77539ca839a44e5308f0af1d4185a"
}

@@ -67,3 +67,2 @@ /* eslint-disable @typescript-eslint/ban-types */

+ JSON.stringify(obj, null, 2)
+ ';'
+ trailingString

@@ -70,0 +69,0 @@ express.replaceWithText(jsonCode)

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