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

slate-serializers

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slate-serializers - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

15

package.json
{
"name": "slate-serializers",
"version": "0.0.1",
"version": "0.0.2",
"description": "Serialize Slate JSON objects to HTML and vice versa. Define rules to modify the end result.",
"main": "index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"cz": "commitizen",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"release": "standard-version",
"publish": "git push --follow-tags origin main && npm run prepare && npm publish",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"test": "jest"

@@ -17,3 +21,5 @@ },

},
"files": ["lib/**/*"],
"files": [
"lib/**/*"
],
"author": "",

@@ -35,2 +41,3 @@ "license": "ISC",

"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",

@@ -37,0 +44,0 @@ "tslint": "^6.1.3",

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