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

@allthings/react-intl-extract-messages

Package Overview
Dependencies
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allthings/react-intl-extract-messages - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/cli.d.ts

40

package.json
{
"name": "@allthings/react-intl-extract-messages",
"version": "0.2.0",
"bin": "cli.js",
"main": "index.js",
"version": "0.3.0",
"bin": "dist/cli.js",
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist"
],
"engines": {
"node": ">=8"
"node": ">=8",
"yarn": ">=1"
},

@@ -21,6 +25,24 @@ "repository": "https://github.com/allthings/react-intl-extract-messages",

"devDependencies": {
"prettier": "1.15.2"
"@types/babel__core": "7.0.2",
"@types/babel__generator": "7.0.1",
"@types/babel__template": "7.0.1",
"@types/babel__traverse": "7.0.1",
"@types/glob": "7.1.1",
"@types/jest": "23.3.9",
"@types/minimist": "1.2.0",
"@types/node": "10.12.9",
"@types/tmp": "0.0.33",
"jest": "23.6.0",
"prettier": "1.15.2",
"rimraf": "2.6.2",
"ts-jest": "23.10.4",
"typescript": "3.1.6"
},
"scripts": {
"postversion": "git push origin master --follow-tags && npm publish"
"postversion": "git push origin master --follow-tags && npm publish",
"pretest": "cd test/fixture-project && yarn --frozen-lockfile",
"test": "jest --coverage",
"prepublishOnly": "yarn build",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json"
},

@@ -30,4 +52,8 @@ "prettier": {

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "all"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}

10

README.md

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

[![Build Status](https://travis-ci.org/allthings/react-intl-extract-messages.svg?branch=master)](https://travis-ci.org/allthings/react-intl-extract-messages)
# react-intl-extract-messages

@@ -21,3 +23,3 @@

Type: `string`
Type: `string`

@@ -61,4 +63,6 @@ Can be absolute or relative path to the tsconfig file, all information how to build the project is taken from there.

## @todo
## Tests
Tests
Run tests with `yarn run test`.
This will extract messages from a fixture project and check it against a snapshot.
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