Socket
Socket
Sign inDemoInstall

@webprovisions/platform

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webprovisions/platform - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3-rc.1

dist/index.js

19

package.json
{
"name": "@webprovisions/platform",
"version": "1.1.2",
"version": "1.1.3-rc.1",
"description": "Webprovisions core platform modules.",

@@ -16,14 +16,16 @@ "author": "Telia Company AB",

],
"types": "dist/index.d.ts",
"sourceMain": "src/index.ts",
"devDependencies": {
"clean-dir": "^1.0.3",
"git-rev-sync": "^1.12.0",
"tslint": "^5.9.1"
"tslint": "^5.9.1",
"vite": "^4.3.9"
},
"sideEffects": false,
"module": "lib-esm/index.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"type": "module",
"main": "dist/index.js",
"scripts": {
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.build.json -m es6 --outDir lib-esm && node scripts/print-version.js",
"clean": "cleandir lib && cleandir lib-esm",
"compile": "tsc -emitDeclarationOnly && vite build",
"clean": "cleandir dist",
"test": "jest"

@@ -33,4 +35,3 @@ },

"access": "public"
},
"gitHead": "a5b36ae514f90f4e69b531ca210284704f7fde2d"
}
}
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