Socket
Socket
Sign inDemoInstall

tspoon

Package Overview
Dependencies
Maintainers
9
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tspoon - npm Package Compare versions

Comparing version 1.0.97 to 1.0.98

20

package.json
{
"private": false,
"name": "tspoon",
"version": "1.0.97",
"version": "1.0.98",
"description": "AST visitors for Typescript",

@@ -12,17 +12,17 @@ "main": "./dist/src/index.js",

"scripts": {
"clean": "rimraf dist && mkdir dist",
"pretest": "npm run build",
"clean": "rimraf dist",
"build": "npm run build:src && npm run build:docs",
"build:clean": "npm run clean && npm run build",
"bundle": "webpack -v --display-modules",
"build:src": "tsc",
"build:docs": "gulp markdown && gulp typedoc",
"publish:docs": "gulp publish-docs",
"pretest": "npm run bundle",
"test": "npm run test:node",
"test:browser": "karma start --single-run",
"test:node": "mocha --reporter mocha-env-reporter ./dist/test",
"build": "npm run clean && npm run build:tsc && npm run build:docs",
"build:webpack": "webpack -v --display-modules",
"build:tsc": "tsc",
"prestart": "npm run build",
"prepublish": "typings install",
"start": "concurrent -k \"npm run start:tsc\" \"npm run start:webpack\"",
"start:webpack": "webpack-dev-server --progress --hot --inline --no-colors",
"start:tsc": "tsc -w",
"build:docs": "gulp markdown && gulp typedoc",
"publish:docs": "gulp publish-docs"
"start:tsc": "tsc -w"
},

@@ -29,0 +29,0 @@ "repository": {

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