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

3dlink-validations

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3dlink-validations - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

lib/index.esm.js

15

package.json
{
"name": "3dlink-validations",
"version": "0.1.3",
"version": "0.2.0",
"description": "Validation library for 3dlink projects",
"main": "lib",
"main": "lib/index.umd.js",
"module": "lib/index.esm.js",
"browser": "lib/index.umd.js",
"type": "module",
"scripts": {
"test": "jest ./test",
"build": "npm run test && babel src --out-dir lib",
"npm-publish": "npm run build && npm publish"
"build": "webpack --config webpack.config.cjs --mode production",
"npm-publish": "npm run test && npm run build && npm pack && npm publish"
},

@@ -30,7 +32,10 @@ "repository": {

"@babel/preset-env": "^7.22.9",
"jest": "^29.6.2"
"jest": "^29.6.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"babel-loader": "^9.1.3",
"validator": "^13.9.0"
}
}
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