🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

angular-jest

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-jest - npm Package Compare versions

Comparing version

to
1.2.3

15

index.js

@@ -7,13 +7,12 @@ #!/usr/bin/env node

const main = () => {
execCommands().then(() => {
createFiles();
await execCommands()
createFiles();
updatePackage();
updatePackage();
updateAngular();
updateAngular();
deleteFiles();
deleteFiles();
updateTsConfigSpec();
});
updateTsConfigSpec();
}

@@ -28,2 +27,4 @@

return new Promise((res, rej) => {
console.log(command);
const child = exec(command, (err, stdout, stderr) => {

@@ -30,0 +31,0 @@ if (err) {

{
"name": "angular-jest",
"version": "1.2.2",
"description": "Library to configure Angular to work with Jest",
"version": "1.2.3",
"description": "Library to configure Angular to work with Jest based on https://medium.com/angular-in-depth/integrate-jest-into-an-angular-application-and-library-163b01d977ce",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {