@oasislabs/parcel
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@oasislabs/parcel", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "Apache-2.0", | ||
@@ -8,5 +8,7 @@ "author": "Oasis Labs <feedback@oasislabs.com>", | ||
"types": "lib/index.d.ts", | ||
"files": ["lib", "src"], | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "xo", | ||
"lint": "xo --fix", | ||
"lint-no-fix": "xo", | ||
"test": "jest", | ||
@@ -34,3 +36,3 @@ "test:cy": "start-test 'parcel serve test/cypress/fixtures/index.html -p 4444' 4444 'cypress run'", | ||
"^@oasislabs/parcel$": "<rootDir>/src/index", | ||
"^@oasislabs/parcel(.*)$": "<rootDir>/src$1" | ||
"^@oasislabs/parcel/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
@@ -58,2 +60,3 @@ "testEnvironment": "node", | ||
"cypress": "^5.3.0", | ||
"eslint-plugin-cypress": "^2.11.2", | ||
"jest": "^26.2.2", | ||
@@ -60,0 +63,0 @@ "jsonwebtoken": "^8.5.1", |
@@ -23,6 +23,6 @@ import { JsonValue } from 'type-fest'; | ||
export type PageParams = { | ||
export type PageParams = Partial<{ | ||
pageSize: number; | ||
nextPageToken: string; | ||
}; | ||
}>; | ||
@@ -29,0 +29,0 @@ /** |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
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
145195
42
3060
25
13
2