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

sfcc-dts

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfcc-dts - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

api/sfcc-api-patched.json

172

api/patches.json

@@ -30,4 +30,4 @@ {

},
"util": {
"Map": {
"object": {
"CustomAttributes": {
"properties": {

@@ -41,15 +41,17 @@ "[name: string]": {

"readOnly": true,
"description": "Returns the value associated with the key or null",
"description": "Returns the custom attribute with this name. Throws an exception if attribute is not defined",
"deprecated": 0
}
}
},
"SeekableIterator": {
"methods": {
"asList": null
}
},
"order": {
"PriceAdjustment": {
"properties": {
"custom": null
}
}
},
"web": {
"Cookies": {
"util": {
"Map": {
"properties": {

@@ -63,10 +65,147 @@ "[name: string]": {

"readOnly": true,
"description": "Returns the dw.web.Cookie with this name or null",
"description": "Returns the value associated with the key or null",
"deprecated": 0
}
},
"methods": {
"containsKey": {
"args": [
{
"name": "key",
"description": "the key to use.",
"class": {
"name": "K"
},
"multiple": false
}
]
},
"containsValue": {
"args": [
{
"name": "value",
"description": "the value to use.",
"class": {
"name": "V"
},
"multiple": false
}
]
},
"entrySet": {
"class": {
"generics": "dw.util.MapEntry<K,V>"
}
},
"get": {
"args": [
{
"name": "key",
"description": "the key to use.",
"class": {
"name": "K"
},
"multiple": false
}
],
"class": {
"name": "V"
}
},
"keySet": {
"class": {
"generics": "K"
}
},
"put": {
"args": [
{
"name": "key",
"description": "the key to use to identify the value.",
"class": {
"name": "K"
},
"multiple": false
},
{
"name": "value",
"description": "the object to put into the map.",
"class": {
"name": "V"
},
"multiple": false
}
],
"class": {
"name": "V"
}
},
"putAll": {
"args": [
{
"name": "other",
"description": "the map whose contents are copied into this map.",
"class": {
"name": "Map<K, V>"
},
"multiple": false
}
]
},
"remove": {
"args": [
{
"name": "key",
"description": "the key that identifies the object to remove.",
"class": {
"name": "K"
},
"multiple": false
}
],
"class": {
"name": "V"
}
},
"values": {
"class": {
"generics": "V"
}
}
}
},
"MapEntry": {
"properties": {
"key": {
"class": {
"name": "K"
}
},
"value": {
"class": {
"name": "V"
}
}
},
"methods": {
"getKey": {
"class": {
"name": "K"
}
},
"getValue": {
"class": {
"name": "V"
}
}
}
},
"SeekableIterator": {
"methods": {
"asList": null
}
}
},
"object": {
"CustomAttributes": {
"web": {
"Cookies": {
"properties": {

@@ -80,3 +219,3 @@ "[name: string]": {

"readOnly": true,
"description": "Returns the custom attribute with this name. Throws an exception if attribute is not defined",
"description": "Returns the dw.web.Cookie with this name or null",
"deprecated": 0

@@ -86,9 +225,2 @@ }

}
},
"order": {
"PriceAdjustment": {
"properties": {
"custom": null
}
}
}

@@ -95,0 +227,0 @@ }

2

package.json
{
"name": "sfcc-dts",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/tsplugin.js",

@@ -21,6 +21,2 @@ # Salesforce Commerce Cloud type definitions

## Requirements
- Node >= 10
## Configuration

@@ -27,0 +23,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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