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

@amalto/wordings

Package Overview
Dependencies
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/wordings - npm Package Compare versions

Comparing version 1.9.22 to 1.9.23

10

package.json

@@ -5,3 +5,3 @@ {

"description": "Wordings used on platform6.",
"version": "1.9.22",
"version": "1.9.23",
"license": "MIT",

@@ -42,7 +42,7 @@ "repository": {

"nyc": "^13.2.0",
"ts-loader": "5.3.3",
"typescript": "2.6.2",
"webpack": "^4.29.5"
"ts-loader": "6.2.1",
"typescript": "3.7.2",
"webpack": "4.41.2"
},
"gitHead": "eb79ad91cabb7be571c949ec14ca578c3b2f60a3"
"gitHead": "9202725e98553156b94cc464a148924c2a797c74"
}
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"noImplicitAny": false,
"noUnusedParameters": true,
"removeComments": true,
"outDir": "./build",
"jsx": "react",
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es5",
"es6",
"es2015",
"es7",
"es2016",
"es2017"
]
},
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext",
"es5",
"es6",
"es7",
"es2015",
"es2016",
"es2017",
"es2018"
],
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"jsx": "react",
"outDir": "./build",
"noImplicitAny": false,
"noUnusedParameters": true,
"removeComments": true,
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules"
]
}
}
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