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

ts-clone-node

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-clone-node - npm Package Compare versions

Comparing version 0.3.20 to 0.3.21

2

CHANGELOG.md

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

## [0.3.21](https://github.com/wessberg/ts-clone-node/compare/v0.3.20...v0.3.21) (2021-05-29)
## [0.3.20](https://github.com/wessberg/ts-clone-node/compare/v0.3.19...v0.3.20) (2021-05-28)

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

15

package.json
{
"name": "ts-clone-node",
"version": "0.3.20",
"version": "0.3.21",
"description": "A library that helps you clone Nodes from a Typescript AST",

@@ -21,4 +21,4 @@ "scripts": {

"release": "np --no-cleanup --no-yarn",
"update:check": "pnpx npm-check-updates --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u --dep dev,prod && pnpm update && pnpm install"
"update:check": "pnpx npm-check-updates -x typescript-* --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-* --dep dev,prod && pnpm update && pnpm install"
},

@@ -60,3 +60,3 @@ "keywords": [

"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.0.0",

@@ -69,3 +69,3 @@ "husky": "^6.0.0",

"rimraf": "^3.0.2",
"rollup": "^2.50.3",
"rollup": "^2.50.4",
"standard-changelog": "^2.0.27",

@@ -76,2 +76,3 @@ "ts-node": "^10.0.0",

"tslib": "^2.2.0",
"npm-check-updates": "^11.5.13",
"typescript": "^4.3.2",

@@ -93,3 +94,3 @@ "typescript-3-0-1": "npm:typescript@3.0.1",

"dependencies": {
"compatfactory": "^0.0.4"
"compatfactory": "^0.0.5"
},

@@ -121,3 +122,3 @@ "peerDependencies": {

"files": [
"test/**.test.ts"
"test/clone.test.ts"
],

@@ -124,0 +125,0 @@ "verbose": true,

<!-- SHADOW_SECTION_LOGO_START -->
<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/ts-clone-node/master/documentation/asset/logo.png" height="150" /></div>
<div><img alt="Logo" src="https://raw.githubusercontent.com/wessberg/ts-clone-node/master/documentation/asset/logo.png" height="100" /></div>

@@ -5,0 +5,0 @@ <!-- SHADOW_SECTION_LOGO_END -->

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