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

@microsoft/dynamicproto-js

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/dynamicproto-js - npm Package Compare versions

Comparing version 0.0.7 to 0.1.0

lib/dist/amd/dynamicproto-js.js

6

lib/package.json
{
"name": "@microsoft/dynamicproto-js",
"author": "Microsoft Application Insights Team",
"version": "0.0.7",
"version": "0.1.0",
"description": "Microsoft Dynamic Proto Utility",

@@ -15,4 +15,4 @@ "keywords": [

],
"main": "./dist/dynamicproto-js.js",
"module": "./dist/dynamicproto-js.js",
"main": "./dist/node/dynamicproto-js.js",
"module": "./dist/esm/dynamicproto-js.js",
"types": "./types/dynamicproto-js.d.ts",

@@ -19,0 +19,0 @@ "directories": {

{
"name": "@microsoft/dynamicproto-js",
"description": "Microsoft Dynamic Proto Utility",
"version": "0.0.7",
"version": "0.1.0",
"keywords": [

@@ -14,4 +14,4 @@ "javascript",

],
"main": "./lib/dist/dynamicproto-js.js",
"module": "./lib/dist/dynamicproto-js.js",
"main": "./lib/dist/node/dynamicproto-js.js",
"module": "./lib/dist/esm/dynamicproto-js.js",
"types": "./lib/types/dynamicproto-js.d.ts",

@@ -18,0 +18,0 @@ "directories": {

@@ -162,2 +162,17 @@ # Dynamic Proto JavaScript

## Included NPM distribution formats
As part of the build / publish formats via NPM we include the following module formats:
* dist/esm – Used as the "module" definition for npm, which keeps the bundle as an ES module file, suitable for other bundlers and inclusion as a < amd – Asynchronous Module Definition, used with module loaders like RequireJS
* dist/node - Used as the "main" npm entry point for the utility, using the umd format with any third party modules located and included using the [Node resolution algorithm](https://nodejs.org/api/modules.html#modules_all_together)
### Other included formats
* dist/cjs – CommonJS, suitable for Node and other bundlers
script type=module> tag in modern browsers
* dist/iife – A self-executing function, suitable for inclusion as a <script> tag. (If you want to create a bundle for your application, you probably want to use this.)
* dist/umd – Universal Module Definition, works as amd, cjs and iife all in one
* dist/system – Native format of the SystemJS loader
## Browser Support

@@ -164,0 +179,0 @@

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