Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

upcast

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upcast - npm Package Compare versions

Comparing version 2.1.2 to 3.0.0

dist/upcast.cjs.js

22

package.json
{
"name": "upcast",
"version": "2.1.2",
"version": "3.0.0",
"description": "Upcast is a low-level JavaScript type checking and casting library",

@@ -25,13 +25,17 @@ "keywords": [

"devDependencies": {
"ava": "^0.22.0",
"codecov": "^2.3.1",
"lint-staged": "^4.2.3",
"nyc": "^11.2.1",
"sinon": "~4.0.1",
"xo": "^0.18.2"
"ava": "^0.25.0",
"bili": "^2.2.7",
"codecov": "^3.0.0",
"lint-staged": "^6.1.1",
"nyc": "^11.4.1",
"sinon": "~4.3.0",
"xo": "^0.20.2"
},
"main": "./index.js",
"files": [
"dist"
],
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo",
"build": "bili --format cjs,es,umd,umd-min",
"precommit": "lint-staged && yarn test",

@@ -55,4 +59,4 @@ "test": "yarn lint && yarn test-coverage",

"dependencies": {
"cross-env": "^5.1.0"
"cross-env": "^5.1.3"
}
}
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