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

@microsoft/sp-odata-types

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-odata-types - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/index.js.map

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "1.2.0",
"tag": "@microsoft/sp-odata-types_v1.2.0",
"date": "Fri, 25 Aug 2017 20:31:17 GMT",
"comments": {
"minor": [
{
"comment": "Use lockstep version for all SPFx packages"
}
]
}
},
{
"version": "1.1.0",

@@ -7,0 +19,0 @@ "tag": "@microsoft/sp-odata-types_v1.1.0",

9

CHANGELOG.md
# Change Log - @microsoft/sp-odata-types
This log was last generated on Thu, 08 Jun 2017 19:39:03 GMT and should not be manually modified.
This log was last generated on Fri, 25 Aug 2017 22:24:38 GMT and should not be manually modified.
## 1.2.0
Fri, 25 Aug 2017 20:31:17 GMT
### Minor changes
- Use lockstep version for all SPFx packages
## 1.1.0

@@ -6,0 +13,0 @@ Thu, 08 Jun 2017 19:39:03 GMT

@@ -73,3 +73,3 @@ {

"targetUrl": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx",
"value": ""
"value": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx"
}

@@ -118,3 +118,3 @@ ]

"targetUrl": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx",
"value": ""
"value": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx"
}

@@ -838,2 +838,44 @@ ]

"members": {
"ClientSideComponentId": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "The unique identifier of the client-side component defined with SharePoint Framework"
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "Example: \"359af2a7-b73c-4aac-874c-60a865da0be7\""
}
],
"isBeta": true
},
"ClientSideComponentProperties": {
"kind": "property",
"isOptional": false,
"isReadOnly": false,
"isStatic": false,
"type": "string",
"deprecatedMessage": [],
"summary": [
{
"kind": "textDocElement",
"value": "Custom initialization properties for the client-side component."
}
],
"remarks": [
{
"kind": "textDocElement",
"value": "This property is only used when a ClientSideComponentId is specified. It is optional. If non-empty, the string must contain a JSON object with custom initialization properties whose format and meaning are defined by the client-side component. Example: \"{ \\\"maxItemsToShow\\\": 123 }\""
}
],
"isBeta": true
},
"CommandUIExtension": {

@@ -840,0 +882,0 @@ "kind": "property",

"use strict";
// * * * IMPORTANT - "sp-odata-types" * * *
//
// This package does not have a runtime manifest, because it contains
// only TypeScript interfaces. The output index.js file does not contain any
// executable code that would be bundled for the web browser.
//
// DO NOT ADD EXECUTABLE CODE TO THIS PACKAGE.
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataBasePermission.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataList.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataListItem.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataNavigationNodeCollection.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataPageContextInfo.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataUser.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataUserCustomAction.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IODataWeb.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=SmallTypes.js.map

8

package.json
{
"name": "@microsoft/sp-odata-types",
"version": "1.1.0",
"version": "1.2.0",
"description": "TypeScript interfaces for working with SharePoint REST APIs",

@@ -10,3 +10,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

"devDependencies": {
"@ms/sp-build-internal-web": "~0.6.0",
"@microsoft/sp-build-node": "~1.2.0",
"gulp": "~3.9.1"

@@ -16,6 +16,6 @@ },

"scripts": {
"build": "gulp bundle",
"build": "gulp",
"clean": "gulp clean",
"test": "gulp bundle"
"test": "gulp test"
}
}
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