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

of-type

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

of-type - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

11

package.json
{
"name": "of-type",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check if the given value is of the particular type or types.",

@@ -9,5 +9,3 @@ "main": "dist/of-type.node.js",

"build": "webpack --config webpack.prod.js",
"test": "babel-node jasmine.conf.js",
"test-web": "cross-env karma_spec_mode=noFailures karma start",
"test-err": "cross-env karma_spec_mode=full karma start"
"test": "babel-node jasmine.conf.js"
},

@@ -38,12 +36,7 @@ "keywords": [

"babel-loader": "^8.0.2",
"babel-plugin-add-module-exports": "^1.0.0",
"cross-env": "^5.2.0",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"join-array": "^1.1.1",
"styles-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-karma-jasmine": "^3.0.4",
"webpack-merge": "^4.1.4",

@@ -50,0 +43,0 @@ "webpack-node-externals": "^1.7.2"

@@ -44,4 +44,2 @@ # Description

> npm test deep //run tests in node with errors shown
> npm test-web //run tests with karma + chrome
> npm test-err //run tests with karma + chrome with errors shown
```

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