New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-creator

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-creator - npm Package Compare versions

Comparing version 1.1.10-10f5e592 to 1.1.10-69ce820f

dist/index.web.js

8

package.json
{
"name": "ts-creator",
"version": "1.1.10-10f5e592",
"version": "1.1.10-69ce820f",
"description": "A code generator to generate TypeScript code generator from TypeScript code",

@@ -8,5 +8,5 @@ "main": "dist/index.js",

"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js",
"test": "webpack --config webpack.test.config.js && node ./dist/tests/index.js",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production webpack --config webpack.config.js",
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.config.js",
"test": "cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config webpack.test.config.js && node ./dist/tests/index.js",
"lint": "prettier --config ./prettier.json --list-different ./src/**/* ./tests/**/*",

@@ -13,0 +13,0 @@ "prettier": "prettier --config ./prettier.json --write ./src/**/* ./tests/**/*"

import { transformSourceFile } from './transformer'
import { Options as PrettierOptions, format } from 'prettier'
import { createPrinter, createSourceFile, ScriptTarget } from 'typescript'
import tsPlugin from 'prettier-typescript-plugins'
import { Options as PrettierOptions, format } from 'prettier/standalone'
import tsPlugin from 'prettier/parser-typescript'

@@ -7,0 +7,0 @@ export interface Options {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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