string-lowercase
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "string-lowercase", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility to convert strings to lowercase using TypeScript.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"keywords": ["string", "lowercase", "typescript", "utility"], | ||
"keywords": [ | ||
"string", | ||
"lowercase", | ||
"typescript", | ||
"utility" | ||
], | ||
"author": "Sahil", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "node dist/test.js" | ||
"build": "tsc", | ||
"test": "node dist/test.js" | ||
}, | ||
"dependencies": { | ||
"string-lowercase": "^1.0.0" | ||
} | ||
} |
@@ -14,3 +14,3 @@ { | ||
/* Language and Environment */ | ||
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
@@ -29,3 +29,3 @@ // "jsx": "preserve", /* Specify what JSX code is generated. */ | ||
/* Modules */ | ||
"module": "commonjs", /* Specify what module code is generated. */ | ||
"module": "commonjs" /* Specify what module code is generated. */, | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
@@ -83,8 +83,8 @@ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ | ||
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */ | ||
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, | ||
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ | ||
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ | ||
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, | ||
/* Type Checking */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
"strict": true /* Enable all strict type-checking options. */, | ||
// "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */ | ||
@@ -112,4 +112,4 @@ // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */ | ||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1
13
0
13432
1
5
108
+ Addedstring-lowercase@^1.0.0