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

dtto

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtto - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

dist/index.js

14

package.json
{
"name": "dtto",
"version": "0.0.2",
"version": "0.0.4",
"description": "",

@@ -8,15 +8,15 @@ "type": "module",

"main": "dist/index.js",
"umd:main": "dist/foo.umd.js",
"umd:main": "dist/index.umd.js",
"typings": "dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/dtto.cjs",
"default": "./dist/dtto.modern.js"
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
},
"module": "./dist/dtto.module.mjs",
"unpkg": "./dist/dtto.umd.js",
"module": "./dist/index.js",
"unpkg": "./dist/index.umd.js",
"scripts": {
"test": "jest",
"build": "microbundle",
"release": "rm -rf dist/ && build",
"release": "rm -rf dist/ && npm run build",
"prettier": "prettier './src/**/*.ts' --write"

@@ -23,0 +23,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