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

@tolgee/core

Package Overview
Dependencies
Maintainers
2
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/core - npm Package Compare versions

Comparing version 5.11.1-test.0b449904.0 to 5.11.1

./dist/tolgee.cjs.js

19

package.json
{
"name": "@tolgee/core",
"version": "5.11.1-test.0b449904.0",
"version": "5.11.1",
"description": "Library providing ability to translate messages directly in context of developed application.",

@@ -35,2 +35,9 @@ "main": "./dist/tolgee.cjs.js",

},
"scripts": {
"build": "rollup -c rollup.config.js && tsc --declaration --emitDeclarationOnly --project tsconfig.prod.json",
"clean": "rm -rf dist lib",
"test": "jest --collect-coverage",
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json\" ",
"tsc": "tsc --noEmit"
},
"author": "Tolgee",

@@ -65,9 +72,3 @@ "license": "MIT",

"sideEffects": false,
"scripts": {
"build": "rollup -c rollup.config.js && tsc --declaration --emitDeclarationOnly --project tsconfig.prod.json",
"clean": "rm -rf dist lib",
"test": "jest --collect-coverage",
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json\" ",
"tsc": "tsc --noEmit"
}
}
"gitHead": "f33abced98b6aecb5721fa936a2800a15f22ef43"
}
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