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

@microsoft/1ds-post-js

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/1ds-post-js - npm Package Compare versions

Comparing version 3.2.11 to 4.0.0

bundle/es5/ms.post-4.0.0.gbl.js

25

package.json
{
"name": "@microsoft/1ds-post-js",
"version": "3.2.11",
"version": "4.0.0",
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-js extensions",

@@ -12,2 +12,3 @@ "author": "Microsoft Application Insights Team",

"ai-restore": "grunt post-restore",
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -hidePrivate",
"publishPackage": "npm publish",

@@ -21,9 +22,13 @@ "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",

"dependencies": {
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/dynamicproto-js": "^1.1.7",
"@microsoft/1ds-core-js": "3.2.11"
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/1ds-core-js": "4.0.0",
"@nevware21/ts-utils": ">= 0.9.5 < 2.x",
"@nevware21/ts-async": ">= 0.2.4 < 2.x"
},
"devDependencies": {
"grunt": "^1.4.1",
"typescript": "^4.3.5"
"@microsoft/api-extractor": "7.18.19",
"@nevware21/ts-async": ">= 0.2.4 < 2.x",
"grunt": "^1.5.3",
"typescript": "^4.9.3"
},

@@ -34,4 +39,5 @@ "repository": {

},
"main": "dist/ms.post.js",
"module": "dist-esm/src/Index.js",
"main": "dist/es5/ms.post.js",
"module": "dist-es5/Index.js",
"types": "types/1ds-post-js.d.ts",
"keywords": [

@@ -46,4 +52,3 @@ "1ds",

"SDK"
],
"types": "dist-esm/src/Index.d.ts"
]
}

2

README.md

@@ -18,3 +18,3 @@ ---

Packages available [here](https://msasg.visualstudio.com/Shared%20Data/_artifacts/feed/1DS-SDK/Npm/%40microsoft%2F1ds-post-js/overview/3.2.11).
Packages available [here](https://msasg.visualstudio.com/Shared%20Data/_artifacts/feed/1DS-SDK/Npm/%40microsoft%2F1ds-post-js/overview/4.0.0).

@@ -21,0 +21,0 @@ ## Basic Usage

@@ -7,3 +7,3 @@ {

"moduleResolution": "Node",
"target": "es3",
"target": "es5",
"alwaysStrict": true,

@@ -17,3 +17,6 @@ "strictNullChecks": false,

"declaration": true,
"outDir": "dist-esm/src/"
"declarationDir": "build/types",
"removeComments": false,
"outDir": "dist-es5/",
"rootDir": "./src"
},

@@ -20,0 +23,0 @@ "include": [

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