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

pseudo-localization

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pseudo-localization - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

dist/cjs/index.js

41

package.json
{
"name": "pseudo-localization",
"version": "2.3.5",
"version": "2.3.6",
"description": "Dynamic pseudo-localization in the browser and nodejs",
"main": "lib/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
},
"./localize": {
"types": "./dist/localize.d.ts",
"import": "./dist/localize.js",
"require": "./dist/cjs/localize.js"
}
},
"files": [
"lib",
"dist",
"bin"

@@ -12,8 +24,13 @@ ],

"scripts": {
"start": "node devserver.js",
"prepare": "babel src --out-dir lib --minified --no-comments --source-maps --ignore '**/*.test.js'",
"check-formatting": "prettier --list-different src/**/*.js",
"start": "node devserver.mjs",
"prepare": "npm run tsc && npm run transpile-cjs",
"transpile-cjs": "babel src --out-dir dist/cjs --minified --no-comments --source-maps --extensions '.ts'",
"generate-types": "tsc --emitDeclarationOnly",
"check-formatting": "prettier --list-different src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"lint": "eslint src/**/*.js",
"test-js": "jest src/*",
"test": "npm run test-js jest && npm run check-formatting && npm run lint"
"test": "npm run test-js jest && npm run check-formatting && npm run check-types && npm run lint",
"check-types": "tsc --noEmit",
"tsc": "tsc"
},

@@ -40,7 +57,10 @@ "author": "Tryggvi Gylfason (http://twitter.com/tryggvigy)",

"@babel/core": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.8.0",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "^18.7.9",
"eslint": "^6.1.0",
"jest-cli": "^24.8.0",
"prettier": "^1.18.2"
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"prettier": "^1.19.1"
},

@@ -50,4 +70,5 @@ "dependencies": {

"get-stdin": "^7.0.0",
"typescript": "^4.7.4",
"yargs": "^17.2.1"
}
}

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