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

@fluidframework/protocol-base

Package Overview
Dependencies
Maintainers
3
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-base - npm Package Compare versions

Comparing version 0.1016.0 to 0.1016.1-11989

src/test/tsconfig.json

2

dist/packageVersion.d.ts

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/protocol-base";
export declare const pkgVersion = "0.1016.0";
export declare const pkgVersion = "0.1016.1-11989";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -10,3 +10,3 @@ "use strict";

exports.pkgName = "@fluidframework/protocol-base";
exports.pkgVersion = "0.1016.0";
exports.pkgVersion = "0.1016.1-11989";
//# sourceMappingURL=packageVersion.js.map

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/protocol-base";
export declare const pkgVersion = "0.1016.0";
export declare const pkgVersion = "0.1016.1-11989";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -8,3 +8,3 @@ /*!

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1016.0";
export const pkgVersion = "0.1016.1-11989";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/protocol-base",
"version": "0.1016.0",
"version": "0.1016.1-11989",
"description": "Fluid protocol base",

@@ -15,3 +15,4 @@ "homepage": "https://fluidframework.com",

"build": "npm run build:genver && concurrently npm:build:compile npm:lint",
"build:compile": "concurrently npm:tsc npm:build:esnext",
"build:commonjs": "npm run tsc && npm run build:test",
"build:compile": "concurrently npm:build:commonjs npm:build:esnext",
"build:docs": "api-extractor run --local && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../_api-extractor-temp/",

@@ -22,2 +23,3 @@ "build:esnext": "tsc --project ./tsconfig.esnext.json",

"build:genver": "gen-version",
"build:test": "tsc --project ./src/test/tsconfig.json",
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",

@@ -57,4 +59,4 @@ "eslint": "eslint --format stylish src",

"@fluidframework/common-utils": "^0.26.0",
"@fluidframework/gitresources": "^0.1016.0",
"@fluidframework/protocol-definitions": "^0.1016.0",
"@fluidframework/gitresources": "0.1016.1-11989",
"@fluidframework/protocol-definitions": "0.1016.1-11989",
"assert": "^2.0.0",

@@ -61,0 +63,0 @@ "lodash": "^4.17.19"

@@ -9,2 +9,2 @@ /*!

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1016.0";
export const pkgVersion = "0.1016.1-11989";
{
"extends": "@fluidframework/build-common/ts-common-config.json",
"exclude": [
"dist",
"node_modules"
"src/test/**/*"
],

@@ -10,5 +9,3 @@ "compilerOptions": {

"outDir": "./dist",
"types": [
"mocha"
]
"composite": true
},

@@ -15,0 +12,0 @@ "include": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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