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

rocket-translator

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

rocket-translator - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

Lib/cli.js

29

package.json
{
"name": "rocket-translator",
"version": "1.3.1",
"version": "1.3.2",
"description": "Translate your HTML files to React.js and Vue.js",

@@ -15,3 +15,4 @@ "keywords": [

"directories": {
"bin": "bin"
"bin": "bin",
"Lib":"Lib"
},

@@ -24,7 +25,3 @@ "main": "./Lib/core/index.js",

"scripts": {
"prepublishOnly": "npm run build",
"test": "jest",
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack",
"lint": "eslint -c .eslintrc.js ./Lib",

@@ -41,5 +38,5 @@ "lint-fix": "eslint -c .eslintrc.js --fix ./Lib",

"bin": {
"rocket": "bin/index.js"
"rocket": "Lib/cli.js"
},
"devDependencies": {
"dependencies":{
"accepts": "^1.3.5",

@@ -78,6 +75,2 @@ "archiver": "^3.0.0",

"escape-html": "^1.0.3",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.12.2",
"eslint-watch": "^4.0.2",
"etag": "^1.8.1",

@@ -99,3 +92,2 @@ "express": "^4.16.4",

"isarray": "^1.0.0",
"jest": "^23.6.0",
"lazystream": "^1.0.0",

@@ -146,8 +138,15 @@ "lodash": "^4.17.11",

"vary": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"wrappy": "^1.0.2",
"xtend": "^4.0.1",
"zip-stream": "^2.0.1"
},
"devDependencies": {
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.12.2",
"eslint-watch": "^4.0.2",
"jest": "^23.6.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2"
}
}
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