Socket
Socket
Sign inDemoInstall

compatfactory

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compatfactory - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.0.6](https://github.com/wessberg/compatfactory/compare/v0.0.5...v0.0.6) (2021-05-29)
### Bug Fixes
- allow passing an already wrapped TypeScript object to ensureNodeFactory without performing any additional wrapping ([913abb8](https://github.com/wessberg/compatfactory/commit/913abb8f7e7218876013a5f3cf48dd3f748f404e))
## [0.0.5](https://github.com/wessberg/compatfactory/compare/v0.0.4...v0.0.5) (2021-05-29)

@@ -2,0 +8,0 @@

3

dist/cjs/index.js

@@ -424,4 +424,5 @@ "use strict";

}
const { updateSourceFileNode, ...common } = typescript;
return {
...typescript,
...common,
createToken,

@@ -428,0 +429,0 @@ createConstructorTypeNode,

@@ -420,4 +420,5 @@ export function ensureNodeFactory(factoryLike) {

}
const { updateSourceFileNode, ...common } = typescript;
return {
...typescript,
...common,
createToken,

@@ -424,0 +425,0 @@ createConstructorTypeNode,

{
"name": "compatfactory",
"version": "0.0.5",
"version": "0.0.6",
"description": "A library that unifies the TypeScript Compiler API factory functions across all versions of TypeScript and makes them conform with the Node Factory API",

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

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