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

@alm1983/bdd-jest

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alm1983/bdd-jest - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/bdd-jest/bdd-jest.d.ts

22

package.json
{
"name": "@alm1983/bdd-jest",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"description": "Jest Wrapper Compatible with Behavior-Driven Development",
"main": "index.js",
"main": "dist/index.js",
"types" : "dist/index.d.ts",
"scripts": {
"compile": "rimraf ./build && tsc",
"build": "rimraf ./dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -34,17 +35,2 @@ },

},
"nyc": {
"all": true,
"cache": false,
"exclude": [
"**/*.d.ts"
],
"extension": [
".ts"
],
"include": [
"build/compiled/src/**",
"src/**"
],
"reporter": "json"
},
"repository": {

@@ -51,0 +37,0 @@ "type": "git",

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