Socket
Socket
Sign inDemoInstall

dayspan

Package Overview
Dependencies
1
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/dayspan.js

9

package.json
{
"name": "dayspan",
"version": "1.0.0",
"version": "1.0.1",
"description": "A date & schedule library to use for advanced calendars in TypeScript and JS",

@@ -20,4 +20,4 @@ "main": "dist/dayspan.js",

"start": "webpack-dev-server --port 9000 --inline --progress --profile --colors --watch --content-base src/ --mode development",
"build": "webpack --config webpack.config.js --mode production && cp src/types.ts typings/types.d.ts",
"build.prod": "webpack --config webpack.config.js -p && cp src/types.ts typings/types.d.ts",
"build": "webpack --config webpack.config.js --mode production",
"build.prod": "webpack --config webpack.config.js -p",
"cleanup": "shx rm -rf umd lib lib-esm lib-fesm typings coverage ../iteratez-pages/docs",

@@ -68,2 +68,3 @@ "prebuild": "npm run cleanup && npm run verify",

"shx": "0.3.2",
"source-map-loader": "0.2.4",
"standard-version": "5.0.2",

@@ -90,2 +91,2 @@ "strip-json-comments-cli": "1.0.1",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc