New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@newstudios/common

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newstudios/common - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

package.json
{
"name": "@newstudios/common",
"version": "0.1.0",
"version": "0.1.1",
"description": "a common utils for js",

@@ -11,5 +11,6 @@ "main": "index.js",

"build": "npm run build:types && npm run build:js",
"prepare:types": "tsc --build tsconfig.prod.json",
"prepare:js": "babel . --ignore \"src,node_modules\" --no-comments --extensions .ts -d .",
"prepare": "npm run clean && npm run build && npm run prepare:js && npm run prepare:types",
"pre:types": "tsc --build tsconfig.prod.json",
"pre:js": "babel . --ignore \"src,node_modules\" --no-comments --extensions .ts -d .",
"pre": "npm run pre:types && npm run pre:js",
"prepublishOnly": "npm run clean && npm run build && npm run pre",
"clean": "rimraf dist && rimraf ./*.d.ts && rimraf ./*.js",

@@ -20,3 +21,3 @@ "lint": "eslint src/**/* --fix",

"start": "npm run build:js -- --watch",
"publish": "npm publish --access public"
"dryrun": "npm publish --access public -dry-run"
},

@@ -23,0 +24,0 @@ "repository": {

@@ -8,7 +8,7 @@ # @newstudios/common

```bash
npm install @xpc/common
npm install @newstudios/common
```
or
```bash
yarn add @xpc/common
yarn add @newstudios/common
```

@@ -20,3 +20,3 @@

[npm-image]: https://img.shields.io/npm/v/@xpc/common.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@xpc/common
[npm-image]: https://img.shields.io/npm/v/@newstudios/common.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@newstudios/common
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