Socket
Socket
Sign inDemoInstall

superstruct

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superstruct - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

18

package.json
{
"name": "superstruct",
"type": "module",
"description": "A simple and composable way to validate data in JavaScript (and TypeScript).",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/superstruct.git",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"sideEffects": false,

@@ -12,9 +15,2 @@ "files": [

],
"exports": {
".": {
"import": "./vite/superstruct.js",
"require": "./vite/superstruct.cjs",
"types": "./lib/index.d.ts"
}
},
"publishConfig": {

@@ -56,4 +52,4 @@ "registry": "https://registry.npmjs.org"

"scripts": {
"build": "rm -rf ./{lib} && rollup --config ./rollup.config.js",
"clean": "rm -rf ./{lib,node_modules}",
"build": "rm -rf ./{dist} && rollup --config ./rollup.config.js",
"clean": "rm -rf ./{dist,node_modules}",
"fix": "npm run fix:eslint && npm run fix:prettier",

@@ -60,0 +56,0 @@ "fix:eslint": "npm run lint:eslint --fix",

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