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

@burdy-cms/web-utils

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burdy-cms/web-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/api/burdy-api.d.ts

17

package.json
{
"name": "@burdy-cms/web-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Burdy web utilities",

@@ -8,5 +8,16 @@ "author": "Team Burdy <team@burdy.io>",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rimraf dist/ && tsc && yarn copy-files",
"copy-files": "ncp package.json dist/package.json && ncp README.md dist/README.md && ncp LICENSE dist/LICENSE"
"build": "rimraf dist/ && tsc",
"prepublishOnly": "yarn build"
},

@@ -13,0 +24,0 @@ "dependencies": {

api/burdy-api.d.ts
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