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

@psdk/esc

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/esc - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

10

build/types/papertype.d.ts

@@ -13,4 +13,12 @@ export declare enum PaperType {

*/
NO_DRY_ADHESIVE_PAPER = 2
NO_DRY_ADHESIVE_PAPER = 2,
/**
* 打孔纸
*/
HOLE_PAPER = 3,
/**
* 纹身纸
*/
TATTOO_PAPER = 4
}
//# sourceMappingURL=papertype.d.ts.map

@@ -15,2 +15,10 @@ export var PaperType;

PaperType[PaperType["NO_DRY_ADHESIVE_PAPER"] = 2] = "NO_DRY_ADHESIVE_PAPER";
/**
* 打孔纸
*/
PaperType[PaperType["HOLE_PAPER"] = 3] = "HOLE_PAPER";
/**
* 纹身纸
*/
PaperType[PaperType["TATTOO_PAPER"] = 4] = "TATTOO_PAPER";
})(PaperType || (PaperType = {}));

8

package.json
{
"name": "@psdk/esc",
"version": "0.3.3",
"version": "0.3.4",
"description": "psdk",

@@ -29,4 +29,4 @@ "main": "build/index.js",

"dependencies": {
"@psdk/frame-father": "0.3.3",
"@psdk/frame-imageb": "0.3.3"
"@psdk/frame-father": "0.3.4",
"@psdk/frame-imageb": "0.3.4"
},

@@ -37,3 +37,3 @@ "files": [

],
"gitHead": "20a3fc1bb587f8d627f9b1e05dd27240b7785dec"
"gitHead": "b8c2fdcb52f1bd3e9d75d004d37d717bd465b4c9"
}

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